mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
- deleted declaration of deleted function.
This commit is contained in:
parent
dcd773ed9d
commit
5f14153f3b
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ int wrand(void);
|
||||||
void wsrand(int);
|
void wsrand(int);
|
||||||
void ChangeExtension(char *pzFile, const char *pzExt);
|
void ChangeExtension(char *pzFile, const char *pzExt);
|
||||||
void SplitPath(const char *pzPath, char *pzDirectory, char *pzFile, char *pzType);
|
void SplitPath(const char *pzPath, char *pzDirectory, char *pzFile, char *pzType);
|
||||||
void ConcatPath(const char* pzPath1, const char* pzPath2, char* pzConcatPath);
|
|
||||||
void FireInit(void);
|
void FireInit(void);
|
||||||
void FireProcess(void);
|
void FireProcess(void);
|
||||||
void drawLoadingScreen(void);
|
void drawLoadingScreen(void);
|
||||||
|
|
Loading…
Reference in a new issue