mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Switch to zip archive format for resource data, prep work for moving from PICT/snd to BMP/WAV
This commit is contained in:
13
PortabilityLayer/GPArchive.h
Normal file
13
PortabilityLayer/GPArchive.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class ResTypeID;
|
||||
|
||||
struct GpArcResourceTypeTag
|
||||
{
|
||||
char m_id[13];
|
||||
|
||||
static GpArcResourceTypeTag Encode(const ResTypeID &tag);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user