aboutsummaryrefslogtreecommitdiff
path: root/mayaPlug/shaveMacCarbon.h
blob: 0f2877365e02fc8cc126233196db782235ae389e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef shaveMacCarbon_h
#define shaveMacCarbon_h

// Shave and a Haircut
// (c) 2019 Epic Games
// US Patent 6720962

#if defined(OSMac_MachO_)
#include <Carbon/Carbon.h>
#else
#include <Carbon.h>
#endif

#include <maya/MString.h>


class shaveMacCarbon
{
public:
};

#endif