pmd-sky/tools/compstatic/compress.h
AnonymousRandomPerson 608e361e57 Initialized base repo
2023-06-28 23:35:19 -04:00

12 lines
312 B
C

#ifndef COMPRESS_H
#define COMPRESS_H
#include <stdbool.h>
#include "component.h"
bool CompressOverlayModules(Component *component);
bool CompressStaticModule(Component *component, int headerSize);
bool CalculateHMAC_OverlayModules(Component *component, int digestType, char *digestKey);
#endif // COMPRESS_H