// Copyright © 2017 Project Golan, all rights reserved. #include "g_object.h" #include "g_stage.h" #include "r_draw.h" #include #include // Extern Functions ----------------------------------------------------------| // // main // [[__extern("asm")]] DGE_Callback void main(void) { extern void GInit(void); GInit(); printf("using mfed main\n"); } // EOF