Tux_Vs_X_ENGINE/src/Controls.h

8 lines
127 B
C
Raw Normal View History

2021-08-28 22:48:16 +00:00
#pragma once
// makes the Varaibles globle across c files
extern float TuxPos_x;
extern float TuxPos_y;
int Func_Controls();