thug/Code/Sk/Scripting/gs_init.h

13 lines
205 B
C
Raw Normal View History

2016-02-13 21:39:12 +00:00
#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