ChatGPT custom prompts

This commit is contained in:
Elias Bachaalany
2024-03-08 10:31:50 -08:00
parent f70541dcbe
commit d3fa35bbc9
1424 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#pragma once
#include "config.h"
extern float od_window;
extern float od_window_left_offset;
extern float od_window_right_offset;
extern float od_check_ms;
extern float jumping_window_offset;
extern int wait_hitobjects_min;
extern int wait_hitobjects_max;
extern bool debug_relax;
void relax_on_beatmap_load();
void update_relax(Circle &circle, const int32_t audio_time);