mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-11-01 00:36:04 +03:00 
			
		
		
		
	fix(util): remove placeholder OsCreateDirectory
This commit is contained in:
		
							parent
							
								
									2fbae5bf52
								
							
						
					
					
						commit
						851c1aea5b
					
				| @ -2,10 +2,6 @@ | ||||
| #include <cstring> | ||||
| #include <storm/String.hpp> | ||||
| 
 | ||||
| void OsCreateDirectory(const char* pathName, int32_t recursive) { | ||||
|     // TODO
 | ||||
| } | ||||
| 
 | ||||
| void OsBuildFontFilePath(const char* fileName, char* buffer, size_t size) { | ||||
|     SStrPrintf(buffer, size, "%s\\%s", "Fonts", fileName); | ||||
| } | ||||
|  | ||||
| @ -4,8 +4,6 @@ | ||||
| #include <cstddef> | ||||
| #include <cstdint> | ||||
| 
 | ||||
| void OsCreateDirectory(const char*, int32_t); | ||||
| 
 | ||||
| void OsBuildFontFilePath(const char*, char*, size_t); | ||||
| 
 | ||||
| char* OsPathFindExtensionWithDot(char*); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 superp00t
						superp00t