sdl2dll
Loading...
Searching...
No Matches
sdl.h
1#ifndef HEADER_SDL
2#define HEADER_SDL
3
7#define EXPORT __declspec(dllexport)
8
9#include <SDL.h>
10#include <SDL_ttf.h>
11
12#include "sdl_sdl2.h"
13#include "sdl_point.h"
14#include "sdl_rect.h"
15#include "sdl_circle.h"
16#include "sdl_color.h"
17#include "sdl_window.h"
18#include "sdl_texture.h"
19#include "sdl_texturearray.h"
20#include "sdl_renderer.h"
21#include "sdl_event.h"
22#include "sdl_hitbox.h"
23#include "sdl_timer.h"
24#include "sdl_thread.h"
25#include "sdl_font.h"
26#include "sdl_game.h"
27#include "sdl_mixer.h"
28#include "sdl_menu.h"
29#include "sdl_button.h"
30#include "sdl_credits.h"
31
32#endif // header guard
33