Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 792467b

Browse files
committed
update
1 parent a48c6e7 commit 792467b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cncvis/api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "api.h"
22
#include "camera.h"
3+
#include "config.h"
34
#include <stdio.h>
45
#include <string.h>
56

cncvis/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "tinygl/include/zbuffer.h"
55
#include "assembly.h"
66
#include "camera.h"
7-
7+
#include "config.h"
88

99
// Global frame buffer and scene declaration
1010
extern ZBuffer *globalFramebuffer;

0 commit comments

Comments
 (0)