More header fixes

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-08-10 15:31:23 +01:00
parent 2fbb45dcd7
commit 0771234ee2
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
2 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#include "utils.h"
#include "list.h"
#include "render.h"
#include "win_defs.h"
#include "x.h"
// === Constants ===0

View File

@ -41,8 +41,12 @@ module opengl {
module diagnostic {
header "diagnostic.h"
}
module win_defs {
header "win_defs.h"
}
module win {
header "win.h"
export win_defs
}
module log {
header "log.h"