mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Reworked file inclusion (using relative path)
This commit is contained in:
parent
2ac8f3e39d
commit
c287638f99
67 changed files with 147 additions and 146 deletions
|
@ -22,17 +22,17 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
// scriptvm.cpp : Script virtual machine, interprets and execute scripts
|
||||
|
||||
#include "g_local.h"
|
||||
#include "scriptmaster.h"
|
||||
#include "scriptthread.h"
|
||||
#include "../fgame/g_local.h"
|
||||
#include "../fgame/scriptmaster.h"
|
||||
#include "../fgame/scriptthread.h"
|
||||
#include "scriptclass.h"
|
||||
#include "scriptvm.h"
|
||||
#include "scriptcompiler.h"
|
||||
#include "scriptexception.h"
|
||||
#include "game.h"
|
||||
#include "level.h"
|
||||
#include "parm.h"
|
||||
#include "world.h"
|
||||
#include "../fgame/game.h"
|
||||
#include "../fgame/level.h"
|
||||
#include "../fgame/parm.h"
|
||||
#include "../fgame/world.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue