git-svn-id: file:///H/repositry/noTahoma/noMeiryoUI/trunk@130 2be31de6-1b40-1d45-9c1f-7f81fcd71ed7
14 lines
255 B
C
14 lines
255 B
C
/*
|
|
noMeiryoUI (C) 2005,2012,2013 Tatsuhiko Shoji
|
|
The sources for noMeiryoUI are distributed under the MIT open source license
|
|
*/
|
|
#ifndef CORE_H
|
|
#define CORE_H
|
|
|
|
#include <windows.h>
|
|
|
|
/** インスタンスハンドル */
|
|
extern HINSTANCE hInst;
|
|
|
|
#endif
|