blob: d3792ad05f8f3e99d6160fa2489ed88118328155 (
plain)
1
2
3
4
5
6
7
8
9
|
// Force the inclusion of unused archive files
EXTERN(osGetIntMask);
ASSERT(DEFINED(osGetIntMask), "Error: osGetIntMask was not linked");
EXTERN(osGetMemSize);
ASSERT(DEFINED(osGetMemSize), "Error: osGetMemSize was not linked");
EXTERN(guPositionF);
ASSERT(DEFINED(guPositionF), "Error: guPositionF was not linked");
|