tahoma2d/toonz/sources/include/toonz4.6/aliases.h
Toshihiro Shimizu 890dddabbd first commit
2016-03-19 02:57:51 +09:00

18 lines
375 B
C

#ifndef ALIASES_INCLUDED
#define ALIASES_INCLUDED
#define PA_DRAWINGS "+drawings"
#define PA_BACKGROUNDS "+bgs"
#define PA_OVERLAYS "+overlays"
#define PA_PALETTES "+extplt"
#define PA_INPUT "+input"
#define PA_OUTPUT "+output"
#define PA_MOVIES "+movies"
#define PA_SOUNDS "+sounds"
#define PA_XSHEETS "+xsheets"
#define PA_SCRIPTS "+scripts"
#define PA_FX "+fx"
#endif