mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
12 lines
265 B
C
12 lines
265 B
C
#ifndef GUARD_ADVENTURE_LOG_H
|
|
#define GUARD_ADVENTURE_LOG_H
|
|
|
|
#include "structs/menu.h"
|
|
#include "structs/str_text.h"
|
|
|
|
void CleanAdventureLogScreen(void);
|
|
bool8 CreateAdventureLogScreen(u32 kind);
|
|
u32 HandleAdventureLogInput(bool8);
|
|
|
|
#endif // GUARD_ADVENTURE_LOG_H
|