Create events.h
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef EVENTS_H
|
||||
#define EVENTS_H
|
||||
|
||||
int handle_events ();
|
||||
|
||||
extern bool next_p; // next piece flag
|
||||
extern bool pause_f;
|
||||
extern bool quit; // quit flag
|
||||
extern bool main_m;
|
||||
extern bool restart;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user