aboutsummaryrefslogtreecommitdiff
path: root/src/screens/infoScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/infoScreen.h')
-rw-r--r--src/screens/infoScreen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/screens/infoScreen.h b/src/screens/infoScreen.h
index 83a8059..a677a3d 100644
--- a/src/screens/infoScreen.h
+++ b/src/screens/infoScreen.h
@@ -1,9 +1,17 @@
#include "gameCommon.h"
+#include "entity.h"
+#include "assets.h"
#ifndef INFO_SCREEN_H
#define INFO_SCREEN_H
+typedef struct EntityUserInfo {
+ EntityType type;
+ AssetId assetId;
+} EntityUserInfo;
+
typedef struct InfoScreen {
+ Rectangle goBackButton;
} InfoScreen;
void initInfoScreen(Game * game);