mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
HDB: Move constants to draw-manager
This commit is contained in:
parent
763cc24c4c
commit
003f8dc2a4
@ -30,6 +30,8 @@
|
||||
namespace HDB {
|
||||
|
||||
enum {
|
||||
kScreenWidth = 640,
|
||||
kScreenHeight = 480,
|
||||
kTileWidth = 32,
|
||||
kTileHeight = 32,
|
||||
kMaxSkies = 10,
|
||||
|
@ -110,11 +110,6 @@ enum Flag {
|
||||
kFlagPlummet = 0x8000000
|
||||
};
|
||||
|
||||
enum {
|
||||
kScreenWidth = 640,
|
||||
kScreenHeight = 480
|
||||
};
|
||||
|
||||
class HDBGame : public Engine {
|
||||
public:
|
||||
HDBGame(OSystem *syst, const ADGameDescription *gameDesc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user