mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 06:35:00 -04:00
rewrite config, options, work with path
This commit is contained in:
parent
4a0c7d4fd0
commit
77f1700902
30 changed files with 466 additions and 532 deletions
|
@ -41,6 +41,13 @@ const char * build_pathname(size_t nparts, const char *part1, ...);
|
|||
* @retval 0 failure
|
||||
*/
|
||||
char create_directories(const char *path);
|
||||
///change current directory
|
||||
/**
|
||||
* @param path path
|
||||
* @retval 1 success
|
||||
* @retval 0 failure
|
||||
*/
|
||||
char change_current_directory(const char *path);
|
||||
|
||||
|
||||
|
||||
|
@ -71,7 +78,7 @@ void sleep_ms(uint32_t);
|
|||
}
|
||||
#endif
|
||||
|
||||
//------------- BGRAPH DX wrapper -------------------
|
||||
|
||||
#include "sdl/BGraph2.h"
|
||||
|
||||
#define WM_RELOADMAP (WM_APP+215)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue