4coder/code/custom/4coder_qol.h

15 lines
379 B
C

/* date = July 7th 2025 2:22 pm */
#ifndef FCODER_QOL_H
#define FCODER_QOL_H
global u8 qol_target_char;
global Buffer_Cursor qol_col_cursor = {-1};
CUSTOM_ID(attachment, qol_view_jumps);
function void qol_pre_command_inner(Application_Links *app, Managed_Scope scope);
function void qol_post_command_inner(Application_Links *app, Managed_Scope scope);
#endif //FCODER_QOL_H