quakeforge/include/scn_internal.h
Bill Currie 3c4dccf801 [ecs] Organize headers and code
There's now a main ecs.h file that includes the sub-system headers,
removing the need to explicitly include several header files, but the
sub-systems are a less cluttered.
2022-12-13 15:31:35 +09:00

7 lines
133 B
C

#ifndef __scn_internal_h
#define __scn_internal_h
typedef struct scene_resources_s {
} scene_resources_t;
#endif//__scn_internal_h