mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 14:20:33 -04:00
18 lines
378 B
C
18 lines
378 B
C
#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);
|