[ox/std] Add init hook to tracing system
This commit is contained in:
8
deps/ox/src/ox/std/tracehook.cpp
vendored
8
deps/ox/src/ox/std/tracehook.cpp
vendored
@@ -6,8 +6,14 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
extern "C"
|
||||
extern "C" {
|
||||
|
||||
void oxTraceInitHook() {
|
||||
}
|
||||
|
||||
void oxTraceHook([[maybe_unused]] const char *file, [[maybe_unused]] int line,
|
||||
[[maybe_unused]] const char *ch, [[maybe_unused]] const char *msg) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user