#pragma once #if defined(RAYLIB) # define WINDOW_WIDTH 640 # define WINDOW_HEIGHT 480 # define TARGET_FPS 60 #endif