RACE/input.h

26 lines
629 B
C
Raw Permalink Normal View History

/*---------------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. See also the license.txt file for
* additional informations.
*
*/
2016-10-14 17:01:29 +00:00
/* input.h: interface for the input class. */
2016-10-14 17:01:29 +00:00
2020-10-03 21:45:03 +00:00
#ifndef AFX_INPUT_H
#define AFX_INPUT_H
2016-10-14 17:01:29 +00:00
2020-10-03 21:45:03 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2016-10-14 17:01:29 +00:00
extern unsigned char ngpInputState;
2020-10-03 21:45:03 +00:00
#ifdef __cplusplus
}
#endif
2016-10-14 17:01:29 +00:00
2020-10-03 21:45:03 +00:00
#endif /* !defined(AFX_INPUT_H) */