Browse Source

build: add missing #include directive.

undefined
Sam Hocevar 10 years ago
parent
commit
d8aa8b3d06
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/scene.h

+ 1
- 0
src/scene.h View File

@@ -20,6 +20,7 @@
#include "tileset.h" #include "tileset.h"
#include "light.h" #include "light.h"
#include "camera.h" #include "camera.h"
#include "mesh/mesh.h"


#define LOL_MAX_LIGHT_COUNT 8 #define LOL_MAX_LIGHT_COUNT 8




Loading…
Cancel
Save