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

23 lines
272 B
C++

// Sample for python unit tests
// Not part of the decomp
// A very simple well-formed code file
// FUNCTION: TEST 0x1234
void function01()
{
// TODO
}
// FUNCTION: TEST 0x2345
void function02()
{
// TODO
}
// FUNCTION: TEST 0x3456
void function03()
{
// TODO
}