#ifndef _AS_GA_INPUT #define _AS_GA_INPUT #ifndef _AS_GA_PAD #include "input\ga_pad.h" #endif const AS_PLAYER_ONE = 0; const AS_PLAYER_TWO = 1; // Items common to input handlers, only pad definitions at this stage class AsInputHandler { public: }; #endif