水無瀬の部屋 > Programming > sample > fopenbox > fopenbox.h |
---|
1: //*********************************************************
2: // プロジェクト: fopenbox
3: // ファイル名: fopenbox.h
4: //*********************************************************
5: #ifndef FOPENBOX_HEAD_INCLUDED
6: #define FOPENBOX_HEAD_INCLUDED
7:
8:
9: //*********************************************************
10: // ヘッダ の インクルード
11: //*********************************************************
12: #ifndef TOOLS_HEAD_INCLUDED // 冗長ガード
13: #include <tools.h>
14: #ifndef TOOLS_HEAD_INCLUDED // ガード名の検査
15: #error "? TOOLS_HEAD_INCLUDED"
16: #endif // #ifndef TOOLS_HEAD_INCLUDED
17: #endif // #ifndef TOOLS_HEAD_INCLUDED
18:
19:
20: //*********************************************************
21: // 関数 の 宣言
22: //*********************************************************
23: #ifdef __cplusplus
24: extern "C" {
25: #endif
26:
27:
28: // fopenbox.cpp
29: int ApplicationMainProc( HINSTANCE hInstance, int argc, char **argv );
30:
31:
32: #ifdef __cplusplus
33: } // extern "C"
34: #endif
35:
36:
37: #endif // #ifndef FOPENBOX_HEAD_INCLUDED
38:
39:
40: //** end **
41:
参照:
fopenbox.cpp, main.cpp
水無瀬の部屋 > sample > fopenbox > fopenbox.h |
---|
このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/fopenbox/fopenbox_h.shtml
>> Amazon.co.jp 『たまゆら童子』 へ
>> 楽天ブックス 『たまゆら童子』 へ