mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
8 lines
133 B
C
8 lines
133 B
C
|
#ifndef __scn_internal_h
|
||
|
#define __scn_internal_h
|
||
|
|
||
|
typedef struct scene_resources_s {
|
||
|
} scene_resources_t;
|
||
|
|
||
|
#endif//__scn_internal_h
|