mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- moved global include out of namespace.
This commit is contained in:
parent
713c41c0a9
commit
5bae2fcef5
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include "misc.h"
|
||||
#include "network.h"
|
||||
#include "printf.h"
|
||||
#include "v_text.h"
|
||||
|
||||
BEGIN_BLD_NS
|
||||
|
||||
|
@ -466,7 +467,6 @@ kAiStateAttack = 6,
|
|||
// -------------------------------
|
||||
|
||||
// NUKE-TODO:
|
||||
#include "v_text.h"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue