quakeforge/include/scn_internal.h
Bill Currie db7f8a461e [ecs] Move ECS core into its own library
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.
2022-10-26 17:24:03 +09:00

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