galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
PhysFSError.hpp
Go to the documentation of this file.
1
7
8#ifndef GALAXY_LOGGING_PHYSFSERROR_HPP_
9#define GALAXY_LOGGING_PHYSFSERROR_HPP_
10
11namespace galaxy
12{
13 namespace logging
14 {
22 [[maybe_unused]]
23 bool physfs_check(const int code) noexcept;
24
32 [[maybe_unused]]
33 bool physfs_check(void* ptr) noexcept;
34 } // namespace logging
35} // namespace galaxy
36
37#endif
bool physfs_check(const int code) noexcept
Call a physfs function with error handling and logs a message for you.
Timer.hpp galaxy.
Definition Async.hpp:17