#ifndef ADVENTURE_LOG_H #define ADVENTURE_LOG_H void CreateAdventureLogMenu(void); void CleanAdventureLogMenu(void); u32 UpdateAdventureLogMenu(void); #endif