mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 13:53:46 +00:00
13 lines
205 B
C
13 lines
205 B
C
|
#ifndef __SK_SCRIPTING_GS_INIT_H
|
||
|
#define __SK_SCRIPTING_GS_INIT_H
|
||
|
|
||
|
namespace SkateScript
|
||
|
{
|
||
|
|
||
|
void Init();
|
||
|
void Preload();
|
||
|
|
||
|
} // namespace SkateScript
|
||
|
|
||
|
#endif // #ifndef __SK_SCRIPTING_GS_INIT_H
|