blob: 88061db58b20957f0675d3748fda363aeb8cafce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
usingnamespace @cImport({
@cInclude("AL/al.h");
@cInclude("GL/gl.h");
@cInclude("GL/glu.h");
@cInclude("lodepng.h");
@cInclude("Game.h");
@cInclude("Constants.h");
});
|