Files
FC1/ResourceCompilerPC/CalConvertor.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

9 lines
318 B
C

//////////////////////////////////////////////////////////////////////////
// Declaration of convertor for CAL files that will compile them into easy-to-parse
// and compact format which will contain the necessary information about the animation files.
#ifndef _CAL_CONVERTOR_HDR_
#define _CAL_CONVERTOR_HDR_
#endif