mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00

- Always include SDL2/SDL_main.h in all tests to handle main() correctly - Link all tests with SDL2pp (and thus with libSDL2main)
7 lines
86 B
C++
7 lines
86 B
C++
#include <SDL2/SDL_main.h>
|
|
#include <@HEADER@>
|
|
|
|
int main(int, char*[]) {
|
|
return 0;
|
|
}
|