Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48c6e7 commit 792467bCopy full SHA for 792467b
cncvis/api.c
@@ -1,5 +1,6 @@
1
#include "api.h"
2
#include "camera.h"
3
+#include "config.h"
4
#include <stdio.h>
5
#include <string.h>
6
cncvis/api.h
@@ -4,7 +4,7 @@
#include "tinygl/include/zbuffer.h"
#include "assembly.h"
7
-
8
9
// Global frame buffer and scene declaration
10
extern ZBuffer *globalFramebuffer;
0 commit comments