mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
21 lines
256 B
C++
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
|
|
}
|