#ifndef RFPS_DEFINES_H #define RFPS_DEFINES_H #define G_PLAYER_MOVEMENT_SENSITIVITY 3 #define G_CAMERA_MOUSE_MOVE_SENSITIVITY 0.00f #define G_SCREENWIDTH 1600 #define G_SCREENHEIGHT 900 #define G_TITLE "RFPS" #endif /* RFPS_DEFINES_H */