mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-16 16:09:42 +01:00
7 lines
100 B
C
7 lines
100 B
C
|
#ifndef VVV_EXIT_H
|
||
|
#define VVV_EXIT_H
|
||
|
|
||
|
void VVV_exit(const int exit_code);
|
||
|
|
||
|
#endif /* VVV_EXIT_H */
|