TwlToolsRED/build/tools/ChinaKorea/HanguleFontCheckerForCW/main.cpp
akabane_jumpei 7ea1dc2014 ハングルフォントチェック用ツール(コードウォーリアーで実装)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@120 7061adef-622a-194b-ae81-725974e89856
2009-01-20 00:26:34 +00:00

33 lines
933 B
C++

/*===============================================================*//**
@file main.cpp
@brief アプリケーションエントリー
@author Kazumasa Hirata
*//*================================================================*/
//****************************************************************************
// Include
//****************************************************************************
#include <nitro.h>
#include "FontView.h"
//****************************************************************************
// Code
//****************************************************************************
/*------------------------------------------------*//**
* @brief プログラムはここからはじまる。
*//*------------------------------------------------*/
void NitroMain()
{
OS_Printf("Welcome to CodeWarrior for NINTENDO DS\n");
FontView();
//本来ここにはこない
OS_Terminate();
}