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
|
@ -25,11 +25,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#ifndef __SCRIPTVARIABLE_H__
|
||||
#define __SCRIPTVARIABLE_H__
|
||||
|
||||
#include "listener.h"
|
||||
#include "short3.h"
|
||||
#include "../qcommon/listener.h"
|
||||
#include "../qcommon/short3.h"
|
||||
|
||||
#ifdef GAME_DLL
|
||||
#include "misc.h"
|
||||
#include "../fgame/misc.h"
|
||||
#endif
|
||||
|
||||
enum variabletype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue