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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user