10 lines
173 B
C
10 lines
173 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};
|
||
|
|
||
|
#endif //FCODER_QOL_H
|