9 lines
81 B
C
9 lines
81 B
C
#ifndef WORLD_H
|
|
#define WORLD_H
|
|
|
|
#include "scene.h"
|
|
#include "camera.h"
|
|
|
|
#endif
|
|
|