More header fixes
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
2fbb45dcd7
commit
0771234ee2
|
@ -60,6 +60,7 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "render.h"
|
#include "render.h"
|
||||||
|
#include "win_defs.h"
|
||||||
#include "x.h"
|
#include "x.h"
|
||||||
|
|
||||||
// === Constants ===0
|
// === Constants ===0
|
||||||
|
|
|
@ -41,8 +41,12 @@ module opengl {
|
||||||
module diagnostic {
|
module diagnostic {
|
||||||
header "diagnostic.h"
|
header "diagnostic.h"
|
||||||
}
|
}
|
||||||
|
module win_defs {
|
||||||
|
header "win_defs.h"
|
||||||
|
}
|
||||||
module win {
|
module win {
|
||||||
header "win.h"
|
header "win.h"
|
||||||
|
export win_defs
|
||||||
}
|
}
|
||||||
module log {
|
module log {
|
||||||
header "log.h"
|
header "log.h"
|
||||||
|
|
Loading…
Reference in New Issue