kble-c/include/conf.h

8 lines
117 B
C
Raw Normal View History

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