convert line ends
[canaan.git] / prj / cam / src / framewrk / pickgame.h
blob78f30ec4797720b02b0e0dba6ed9e6e1587a72e9
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/framewrk/pickgame.h,v 1.2 2000/01/29 13:21:31 adurant Exp $
7 #pragma once
9 #ifndef PICKGAME_H
10 #define PICKGAME_H
12 ////////////////////////////////////////////////////////////
13 // GAME SELECTION
15 // For executables that implement multiple games, this
16 // function creates an aggregate member for one of the
17 // implemented games.
19 ////////////////////////////////////////////////////////////
21 EXTERN void AppSelectGame(const char* game);
24 #endif // PICKGAME_H