still a lot of stuff to fix before everything works as it should. compilation works, linking produces errors. most code cleanups done.
15 lines
136 B
C
15 lines
136 B
C
#ifndef __DEFSCRIPTINTERFACE_H
|
|
#define __DEFSCRIPTINTERFACE_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DefScriptFunctionTable *_GetSCTable(void);
|
|
|
|
|
|
|
|
#endif |