#pragma once enum direction { dir_forward, dir_backward, dir_left, dir_right, dir_up, dir_down }; #define SAMPLE signed short #define MAX_SAMPLE_VALUE 32767 #define PI 3.14159265358979 #define TARGET_FPS 90 #define SAMPLE_RATE 44100 #define FORMAT RTAUDIO_FLOAT64 #define BASE_RATE 0.005 #define CHANNELS 2