Switch to zip archive format for resource data, prep work for moving from PICT/snd to BMP/WAV

This commit is contained in:
elasota
2020-01-18 08:37:57 -05:00
parent e01cd4ef2e
commit d8331eaeb7
298 changed files with 79115 additions and 231 deletions

View File

@@ -1,6 +1,4 @@
#pragma once
#ifndef __PL_BIG_ENDIAN_H__
#define __PL_BIG_ENDIAN_H__
#include <stdint.h>
@@ -251,5 +249,3 @@ struct BEFixed32_t
BEInt16_t m_intPart;
BEUInt16_t m_fracPart;
};
#endif