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:
545 bytes
|
Line | |
---|
1 | /**********************************************************************
|
---|
2 | *<
|
---|
3 | FILE: coregen.h
|
---|
4 |
|
---|
5 | DESCRIPTION: General includes for core (must include corebas.h
|
---|
6 | before this file).
|
---|
7 |
|
---|
8 | CREATED BY: Rolf Berteig
|
---|
9 |
|
---|
10 | HISTORY: created 19 November 1994
|
---|
11 |
|
---|
12 | *> Copyright (c) 1994, All Rights Reserved.
|
---|
13 | **********************************************************************/
|
---|
14 |
|
---|
15 | #ifndef __COREGEN__
|
---|
16 | #define __COREGEN__
|
---|
17 |
|
---|
18 | #include "..\core\control.h"
|
---|
19 | #include "..\core\object.h"
|
---|
20 |
|
---|
21 | #endif // __COREGEN__
|
---|
22 |
|
---|
23 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.