]> git.lizzy.rs Git - shadowclad.git/blobdiff - debugutil.c
Move assets into assets/ directory
[shadowclad.git] / debugutil.c
index ca6dba16acd8f4c20e94b4ac93f80c3d09ee4b26..3c105db2552c10ff14c4ac4b87605e888eba6fe9 100644 (file)
@@ -1,9 +1,9 @@
 #include <GL/gl.h>
-#include <string.h>
-#include <stdlib.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
-#include "assimp_types.h"
+//#include "assimp_types.h"
 
 char* getGlInfoString() {
        const char* glVersion = (const char*) glGetString(GL_VERSION);
@@ -24,7 +24,7 @@ char* getGlInfoString() {
        
        return glInfoString;
 }
-
+/*
 void dumpScene(FILE* stream, const AiScene* scene) {
        if (scene == NULL) {
                fprintf(stream, "NULL");
@@ -55,3 +55,4 @@ void dumpNode(FILE* stream, const AiNode* node) {
                        (*node).mNumMeshes,
                        (void*) (*node).mMeshes);
 }
+*/