ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals

This commit is contained in:
Alibek Omarov
2019-03-06 16:23:33 +03:00
parent 437ba6d7a2
commit e7234bada2
42 changed files with 1062 additions and 907 deletions

View File

@@ -43,7 +43,7 @@ void R_GetTextureParms( int *w, int *h, int texnum );
extern convar_t *r_decals;
extern convar_t *r_adjust_fov;
void R_Init( void );
qboolean R_Init( void );
void R_Shutdown( void );
#endif // REF_COMMON_H