diff options
Diffstat (limited to 'arm9/lib/src/version_5_vct.c')
-rw-r--r-- | arm9/lib/src/version_5_vct.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arm9/lib/src/version_5_vct.c b/arm9/lib/src/version_5_vct.c new file mode 100644 index 00000000..a13caf88 --- /dev/null +++ b/arm9/lib/src/version_5_vct.c @@ -0,0 +1,5 @@ +#include "sections.h" + +#pragma section VERSION begin +char _SDK_AbiossolibVCT[] = "[SDK+Abiosso:libVCT 1.0.1_ec]"; +#pragma section VERSION end |