flip_world.c 101 B

123
  1. #include <flip_world.h>
  2. char *game_fps_choices[] = {"30", "60", "120", "240"};
  3. char *game_fps = "60";