Last change
on this file since 80 was
80,
checked in by Sam Hocevar, 14 years ago
|
- Adding the Golgotha source code. Not sure what's going to be interesting
in there, but since it's all public domain, there's certainly stuff to
pick up.
|
-
Property svn:keywords set to
Id
|
File size:
483 bytes
|
Line | |
---|
1 | /**********************************************************************
|
---|
2 | *<
|
---|
3 | FILE: genshape.h
|
---|
4 |
|
---|
5 | DESCRIPTION: Defines Generic Shape Class
|
---|
6 |
|
---|
7 | CREATED BY: Tom Hudson
|
---|
8 |
|
---|
9 | HISTORY: created 13 November 1995
|
---|
10 |
|
---|
11 | *> Copyright (c) 1995, All Rights Reserved.
|
---|
12 | **********************************************************************/
|
---|
13 |
|
---|
14 | #ifndef __GENSHAPE__
|
---|
15 |
|
---|
16 | #define __GENSHAPE__
|
---|
17 |
|
---|
18 | extern CoreExport Class_ID genericShapeClassID;
|
---|
19 |
|
---|
20 | #endif // __GENSHAPE__
|
---|
Note: See
TracBrowser
for help on using the repository browser.