6 lines
132 B
C++
6 lines
132 B
C++
#include <SDL3/SDL.h>
|
|
#include <iostream>
|
|
int main() { std::cout << \
|
|
SDL_EVENT_QUIT:
|
|
\ << SDL_EVENT_QUIT << std::endl; return 0; }
|