mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
3c4dccf801
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.
7 lines
133 B
C
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
|