blob: 8f425e9dff956aa5ed40b39b89abb32fd3db209d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#include <glad/gl.h>
#include <SDL3/SDL.h>
#include <SDL3/SDL_opengl.h>
namespace kel {
namespace lbm {
namespace sch {
using namespace saw::schema;
}
}
}
|