Paths ready for SDL2

This commit is contained in:
2021-05-09 06:49:15 +02:00
parent 4cd02fe5dc
commit 6fb53a6435
14 changed files with 22 additions and 31 deletions

View File

@@ -1,7 +1,4 @@
#pragma once
#ifndef _CONST_H_
#define _CONST_H_
const int SCREEN_WIDTH = 320;
const int SCREEN_HEIGHT = 200;
@@ -46,4 +43,3 @@ const int MODE_NORMAL = 0;
const int MODE_ZOOMX2 = 1;
const int MODE_FULLSCREEN = 2;
#endif