Primer commit!

This commit is contained in:
2019-12-12 16:55:10 +01:00
commit 25ef8b9a8d
28 changed files with 2279 additions and 0 deletions

15
info.h Normal file
View File

@@ -0,0 +1,15 @@
#pragma once
#define ESTAT_EIXIR -1
#define ESTAT_ICEKAS 0
#define ESTAT_LOGO 1
#define ESTAT_MENU 2
#define ESTAT_OPCIONS 3
#define ESTAT_SELECT 4
#define ESTAT_JOC 5
#define ESTAT_LEVELCOMPLETE 6
#define ESTAT_MORT 7
struct Info {
int estat_joc;
};