mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2396 b08762b0-b915-fc4b-9d8c-17b2551a87ff
28 lines
588 B
C
28 lines
588 B
C
/********************************************************************
|
|
|
|
標準データの定義
|
|
|
|
|
|
********************************************************************/
|
|
#ifndef _DATA_H
|
|
#define _DATA_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "basicdef.h"
|
|
/************************************************************************
|
|
|
|
☆外部公開変数
|
|
|
|
***********************************************************************/
|
|
extern const u16 PlttData_Sample[16][16];
|
|
extern const u32 CharData_Sample[8*0x100];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _DATA_H */
|