2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

More CRasterFont work, CParticleElectric stub

This commit is contained in:
2016-03-15 16:44:59 -07:00
parent b3859c4476
commit b496ec643b
7 changed files with 175 additions and 18 deletions

View File

@@ -9,10 +9,16 @@
namespace urde
{
using CInputStream = athena::io::IStreamReader;
using COutputStream = athena::io::IStreamWriter;
struct DecryptionCtx
{
s32 x1c_encVal;
s32 x20_encShift;
s32 DecryptRead(CInputStream& in, s32 key);
};
using CMemoryInStream = athena::io::MemoryReader;
class CZipInputStream : public CInputStream