mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
Add missing ifdef guards to namesdyn.h
git-svn-id: https://svn.eduke32.com/eduke32@7054 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7763a379ef
commit
e6c36442bd
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
*/
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
#ifndef namesdyn_h__
|
||||
#define namesdyn_h__
|
||||
|
||||
|
||||
#define DYNTILEREMAP_ENABLE
|
||||
|
||||
|
||||
|
@ -1241,3 +1245,4 @@ extern int32_t JURYGUY;
|
|||
#define DYNAMICTILEMAP(Tilenum) (Tilenum)
|
||||
|
||||
#endif
|
||||
#endif // namesdyn_h__
|
||||
|
|
Loading…
Reference in a new issue