mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed bad ordering of directives.
This commit is contained in:
parent
b6cb0ce1a1
commit
713c41c0a9
1 changed files with 2 additions and 1 deletions
|
@ -23,11 +23,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
//-------------------------------------------------------------------------
|
||||
#pragma once
|
||||
#include "nnexts.h"
|
||||
#ifdef NOONE_EXTENSIONS
|
||||
#include "ai.h"
|
||||
#include "eventq.h"
|
||||
|
||||
|
||||
BEGIN_BLD_NS
|
||||
#ifdef NOONE_EXTENSIONS
|
||||
#define kGenDudeDefaultSeq 11520
|
||||
#define kGenDudeMaxSlaves 7
|
||||
#define kGenDudeTransformStatus -222
|
||||
|
|
Loading…
Reference in a new issue