omi-eikyo/src/mfed.c

24 lines
430 B
C
Raw Normal View History

2017-09-23 17:21:07 -07:00
// Copyright © 2017 Project Golan, all rights reserved.
2017-10-04 17:14:46 -07:00
// See COPYING for more information.
2017-09-23 17:21:07 -07:00
#include "g_object.h"
#include "g_stage.h"
#include "r_draw.h"
#include <Doominati.h>
#include <stdio.h>
// Extern Functions ----------------------------------------------------------|
//
// main
//
[[__extern("asm")]] DGE_Callback
void main(void)
{
2017-09-26 14:00:23 -07:00
extern void GInit(char const *resdecl);
GInit("resdecl_mfed.rd");
2017-09-23 17:21:07 -07:00
}
// EOF