Delink JSRF/GameData

This commit is contained in:
KeybadeBlox 2026-01-11 20:46:54 -05:00
parent 8c9f622ab5
commit d11f2fd538
7 changed files with 106 additions and 32 deletions

View file

@ -0,0 +1,7 @@
/* JSRF Decompilation: JSRF/GameData.hpp
Save data and closely-related runtime data.
*/
#pragma bss_seg(".data")
#include "GameData.hpp"

View file

@ -0,0 +1,10 @@
/* JSRF Decompilation: JSRF/GameData.hpp
Save data and closely-related runtime data.
*/
#ifndef GAMEDATA_HPP
#define GAMEDATA_HPP
#endif