Files
oboe/src/game/boe.main.hpp
Celtic Minstrel 82abdab695 Major code reorganization
This commit only updates the XCode project for the changes.
A later commit each will update it for scons and MSVC.

A few actual changes are mixed in:
- Add a prefix header for a handful of common definitions
- Moved current_cursor into the Cursor class as a static member
- Removed the make_cursor_sword and make_cursor_watch functions
- Include tests in the All target
- Remove redundant -l flags for Common and Common-Party (since they're included in the Link phases anyway)
2017-04-14 00:24:29 -04:00

18 lines
478 B
C++

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