mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-07 11:00:04 -04:00
[Cleanup] Removed function declarations that are not implemented.
This commit is contained in:
@@ -500,9 +500,6 @@ int mod_GetLastError(void) {
|
||||
|
||||
void dd_GetWorkingDir(char *path, int len);
|
||||
bool dd_SetWorkingDir(const char *path);
|
||||
bool dd_FindFileStart(const char *wildcard, char *namebuf);
|
||||
bool dd_FindNextFile(char *namebuf);
|
||||
void dd_FindFileClose();
|
||||
|
||||
// retrieve the current working folder where file operation will occur.
|
||||
void dd_GetWorkingDir(char *path, int len) { getcwd(path, len); }
|
||||
|
||||
Reference in New Issue
Block a user