21 lines
525 B
C
21 lines
525 B
C
//-------------------------------------------------------------------------------------
|
|
//
|
|
// JGE++ is a hardware accelerated 2D game SDK for PSP/Windows.
|
|
//
|
|
// Licensed under the BSD license, see LICENSE in JGE root for details.
|
|
//
|
|
// Copyright (c) 2007 James Hui (a.k.a. Dr.Watson) <jhkhui@gmail.com>
|
|
//
|
|
//-------------------------------------------------------------------------------------
|
|
|
|
#ifndef _ENCODING_H
|
|
#define _ENCODING_H
|
|
|
|
|
|
|
|
#include "../../JGE/include/JGE.h"
|
|
|
|
u16 charsets_gbk_to_ucs(const u8 * cjk);
|
|
|
|
#endif
|