- Also fix some issues with the notes dialogs - Journal is now available; has a different icon now
16 lines
391 B
C
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);
|