Functions | |
| bool | physfs_check (const int code) noexcept |
| Call a physfs function with error handling and logs a message for you. | |
| bool | physfs_check (void *ptr) noexcept |
| Call a physfs function with error handling and logs a message for you. | |
|
noexcept |
Call a physfs function with error handling and logs a message for you.
| code | The code returned by physfs function. |
Definition at line 18 of file PhysFSError.cpp.
|
noexcept |
Call a physfs function with error handling and logs a message for you.
| ptr | Pointer returned by physfs function. |
Definition at line 29 of file PhysFSError.cpp.