Tux_Vs_X_ENGINE/src/Main.h

8 lines
155 B
C

#pragma once
// makes the Varaibles globle across c files
extern float TuxPos_x;
extern float TuxPos_y;
extern float EnemyPos_x;
extern float EnemyPos_y;