tahoma2d/toonz/sources/include/tfarmplatforms.h

9 lines
130 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#ifndef TFARMPLATFORMS_H
#define TFARMPLATFORMS_H
2016-06-15 18:43:10 +12:00
enum TFarmPlatform { NoPlatform, Windows, Irix, Linux };
2016-03-19 06:57:51 +13:00
#endif