mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
db7f8a461e
While the libraries are probably getting a little out of hand, the separation into its own directory is probably a good thing as an ECS should not be tied to scenes. This should make the ECS more generally useful.
9 lines
164 B
C
9 lines
164 B
C
#ifndef __scn_internal_h
|
|
#define __scn_internal_h
|
|
|
|
#include "QF/ecs/hierarchy.h"
|
|
|
|
typedef struct scene_resources_s {
|
|
} scene_resources_t;
|
|
|
|
#endif//__scn_internal_h
|