repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
cam
/
src
/
framewrk
/
gameinfo.h
blob
a5a2914ab668daf907bfb4517e43ae56605c42eb
1
/*
2
@Copyright Looking Glass Studios, Inc.
3
1996,1997,1998,1999,2000 Unpublished Work.
4
*/
5
6
#pragma once
7
#ifndef __GAMEINFO_H
8
#define __GAMEINFO_H
9
#include <comtools.h>
10
11
F_DECLARE_INTERFACE
(
IGameShell
);
12
13
EXTERN IGameShell
*
pGameShell
;
14
15
16
#endif
// __GAMEINFO_H
17
18