mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-09-25 13:27:12 +03:00
9 lines
143 B
C
9 lines
143 B
C
#ifndef VVV_EXIT_H
|
|
#define VVV_EXIT_H
|
|
|
|
#include <SDL3/SDL_stdinc.h>
|
|
|
|
SDL_NORETURN void VVV_exit(const int exit_code);
|
|
|
|
#endif /* VVV_EXIT_H */
|