9 lines
94 B
C
9 lines
94 B
C
#pragma once
|
|
|
|
// #include "SDL.h"
|
|
|
|
enum EventType {
|
|
SDL_WINDOW_EVENT,
|
|
SDL_KEYBOARD_EVENT
|
|
};
|