Files
TCPlayerbotCore/src/bindings/scripts/system/ScriptLoader.h
T

8 lines
288 B
C
Raw Normal View History

2009-08-16 01:45:49 +02:00
/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
* This program is free software licensed under GPL version 2
* Please see the included DOCS/LICENSE.TXT for more information */
#ifndef SC_SCRIPTLOADER_H
#define SC_SCRIPTLOADER_H
void AddScripts();
#endif