tahoma2d/toonz/sources/include/tfarmplatforms.h

14 lines
122 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#ifndef TFARMPLATFORMS_H
#define TFARMPLATFORMS_H
enum TFarmPlatform {
NoPlatform,
Windows,
Irix,
Linux
};
#endif