Nudge Physics
A single file, header-only 3D physics library
|
Log (e.g. printf) function used by the library and exposed to the user. More...
Functions | |
int | nudge::log (const char *format,...) |
Logging function used by the library. It defaults to printf. | |
int | nudge::flush (void) |
Flushes the log. It defaults to fflush(NUDGE_LOG_FILE_PTR) | |
Log (e.g. printf) function used by the library and exposed to the user.
int nudge::log | ( | const char * | format, |
... | |||
) |
Logging function used by the library. It defaults to printf.
int nudge::flush | ( | void | ) |
Flushes the log. It defaults to fflush(NUDGE_LOG_FILE_PTR)