first pass at hint system

This commit is contained in:
gymnast86
2026-08-01 09:31:29 -07:00
parent 687307b4c1
commit ce2d37df68
41 changed files with 2399 additions and 165 deletions
-4
View File
@@ -10,10 +10,6 @@
#include "JSystem/JHostIO/JORReflexible.h"
#include "helpers/endian.h"
#if TARGET_PC
#include <unordered_map>
#endif
static const int DEFAULT_SELECT_ITEM_INDEX = 0;
static const int MAX_SELECT_ITEM = 4;
static const int SELECT_ITEM_NUM = 2;