1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +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);