1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-05 10:33:36 +00:00
ooot/include/def/assert.h
2022-04-03 18:25:31 -04:00

4 lines
76 B
C

#pragma once
void oot_assert(const char* exp, const char* file, s32 line);