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

For now the only thing checked is that header files compile by themselves, e.g. includes and forward declarations in them are complete and they do not require extra includes
6 lines
55 B
C++
6 lines
55 B
C++
#include <SDL2pp/SDL2pp.hh>
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|