mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-25 11:01:30 +00:00
Remove unavailable includes
Why didn't MSVC complain about this?
This commit is contained in:
parent
a7ca987d2b
commit
18139ebcc2
3 changed files with 0 additions and 6 deletions
|
@ -38,8 +38,6 @@ instancing of objects.
|
||||||
|
|
||||||
#include "../Game_local.h"
|
#include "../Game_local.h"
|
||||||
|
|
||||||
#include "TypeInfo.h"
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,6 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
|
|
||||||
#include "../Game_local.h"
|
#include "../Game_local.h"
|
||||||
|
|
||||||
#include "TypeInfo.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Save game related helper classes.
|
Save game related helper classes.
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,6 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
|
|
||||||
#include "../Game_local.h"
|
#include "../Game_local.h"
|
||||||
|
|
||||||
#include "TypeInfo.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
==================
|
==================
|
||||||
Cmd_GetFloatArg
|
Cmd_GetFloatArg
|
||||||
|
|
Loading…
Reference in a new issue