Files
wagic/JGE/include/Encoding.h
wagic.the.homebrew d45e3b101b
2008-11-02 09:50:16 +00:00

21 lines
545 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