Reduce game.h includes

This commit is contained in:
Kp 2015-04-19 04:18:51 +00:00
parent 75162a6fe9
commit 27b6ad1630

View file

@ -23,12 +23,11 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
*
*/
#ifndef _GAME_H
#define _GAME_H
#pragma once
#include <physfs.h>
#include "pstypes.h"
#include "window.h"
#include "maths.h"
#ifdef __cplusplus
#include <cstdint>
@ -353,5 +352,3 @@ void dump_used_textures_all();
#endif
#endif
#endif /* _GAME_H */