Files
isle/tools/isledecomp/tests/samples/out_of_order.cpp
2023-11-28 09:05:47 -05:00

21 lines
256 B
C++

// Sample for python unit tests
// Not part of the decomp
// FUNCTION: TEST 0x1001
void function_order01()
{
// TODO
}
// FUNCTION: TEST 0x1003
void function_order03()
{
// TODO
}
// FUNCTION: TEST 0x1002
void function_order02()
{
// TODO
}