Files
oboe/src/boe.main.h
Celtic Minstrel f25a6e58f3 Reform game menu -> command mapping so that the non-platform-dependent code doesn't need to know where the menuitem is
- Also fix some issues with the notes dialogs
- Journal is now available; has a different icon now
2015-01-05 18:39:54 -05:00

16 lines
391 B
C

#include <SFML/Graphics.hpp>
int main(int argc, char* argv[]);
void Initialize(void);
void Handle_One_Event();
void Handle_Update();
void Mouse_Pressed();
void close_program();
void change_cursor(location where_curs);
void set_up_apple_events();
void move_sound(ter_num_t ter,short step);
void incidental_noises(bool on_surface);
void pause(short length);
bool sd_legit(short a, short b);