mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 07:10:48 -04:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef D_METER_H
|
|
#define D_METER_H
|
|
|
|
bool dMenu_flag();
|
|
void dMenu_flagSet(u8);
|
|
|
|
#endif /* D_METER_H */
|