This commit is contained in:
aap
2019-05-30 00:47:33 +02:00
parent b705be0e87
commit 0a36d49d2c
20 changed files with 115 additions and 302 deletions

View File

@ -1,5 +1,4 @@
#ifndef _CONFIG_H_
#define _CONFIG_H_
#pragma once
enum Config {
NUMCDIMAGES = 50, // was 12
@ -52,7 +51,3 @@ enum Config {
NUMWEATHERS = 4,
NUMHOURS = 24,
};
#define USE_PS2_RAND TRUE
#endif