Changeset 1328 for cpp/common/virtfile/stdiofile.h
- Timestamp:
- 12/26/24 01:40:08 (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/virtfile/stdiofile.h
r820 r1328 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 18Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2024 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 18 18 bool Vmkdir(const char* path) { return makeDirectory(path); } 19 19 bool Vdirexists(const char* path, bool is_writable); 20 bool Vdelete(const char* path); 21 bool Vstat(const char* path, Stat* stat); 22 bool Vsettime(const char* path, double timestamp); 20 23 }; 21 24
Note: See TracChangeset
for help on using the changeset viewer.