aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/ScriptLoader.h
blob: 57fb7d821f1c95b5ea53dd713ab8108faa559fd1 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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