-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapKeys.h
More file actions
33 lines (27 loc) · 892 Bytes
/
Copy pathMapKeys.h
File metadata and controls
33 lines (27 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//========================================================================================
//
// $File: //ai/ai18/devtech/sdk/public/samplecode/MapColorChanger/Source/MapColorChanger.h $
//
// $Revision: #1 $
//
// Copyright 1987 Adobe Systems Incorporated. All rights reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
// with the terms of the Adobe license agreement accompanying it. If you have received
// this file from a source other than Adobe, then your use, modification, or
// distribution of it requires the prior written permission of Adobe.
//
//========================================================================================
#ifndef __MapKeys_H__
#define __MapKeys_H__
#include "IllustratorSDK.h"
class Key
{
public:
};
class MapKeys
{
public:
vector<Key> keys;
};
#endif // End MapColorChanger.h