OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
gt2aInput.h
1/*
2GameSpy GT2 SDK
3GT2Action - sample app
4Dan "Mr. Pants" Schoenblum
5dan@gamespy.com
6
7Copyright 2000 GameSpy Industries, Inc
8
9*/
10
11#ifndef _GT2AINPUT_H_
12#define _GT2AINPUT_H_
13
14void InitializeInput
15(
16 void
17);
18
19const char * GetChatBuffer
20(
21 void
22);
23
24#endif