| 112 |
|
//int16_t TSrContext_New ( TSFF*, size 7, ??? 1, ??? 1, ??? 0, TSrContext*); |
| 113 |
|
typedef int16_t ( *_TSrContext_New)( void* FontInstance, int size, int hthsik1,int hthsik2,int hthsik3, void* TSrContext); |
| 114 |
|
|
| 115 |
+ |
//yes im cheating so badly. |
| 116 |
+ |
typedef uint16_t ( *_iSetCharacterClass)(sl_callinfo* callinfo, uint32_t numargs, sl_arg args[], int* dontuse1, int* dontuse2, sl_arg* ret); |
| 117 |
|
|
| 118 |
|
#define ExtFunc(name) extern _##name name |
| 119 |
|
ExtFunc(SLrScript_Command_Register_ReturnType); |
| 152 |
|
ExtFunc(ONrGameState_NewCharacter); |
| 153 |
|
ExtFunc(ONrGetActiveCharacter); |
| 154 |
|
|
| 155 |
+ |
ExtFunc(iSetCharacterClass); |
| 156 |
+ |
|
| 157 |
|
ExtFunc(COrTextArea_Print); |
| 158 |
|
|
| 159 |
|
ExtFunc(ONrCheater); |