ppu header: remove unused macros

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-12-25 14:48:05 +01:00
parent 927fdb497f
commit ef2b2e881b
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE.
*/
#define CLEAR_BG 0xcc
#define CLEAR_FG 0x33
#define CLEAR_BOTH 0x00
typedef unsigned char Uint8;
typedef unsigned short Uint16;
typedef unsigned int Uint32;