feat(file): implement basic SFile class functions (#110)

This commit is contained in:
Marco Tylus 2025-12-31 01:04:00 +09:00 committed by GitHub
parent a4dec308c2
commit ac556fbda9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 115 additions and 0 deletions

View file

@ -39,6 +39,8 @@ if(WHOA_SYSTEM_LINUX)
list(APPEND STORM_SOURCES ${STORM_LINUX_SOURCES})
endif()
list(APPEND STORM_SOURCES "file/SFileClass.cpp")
if(WHOA_SFILE_MODE STREQUAL "STORMLIB")
list(APPEND STORM_SOURCES "file/SFile.cpp")
else()