forked from 4coder-archive/4coder_fleury
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4coder_fleury_calc.h
More file actions
16 lines (13 loc) · 838 Bytes
/
4coder_fleury_calc.h
File metadata and controls
16 lines (13 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* date = January 29th 2021 8:06 pm */
#ifndef FCODER_FLEURY_CALC_H
#define FCODER_FLEURY_CALC_H
function void F4_CLC_Tick(Frame_Info frame_info);
function void F4_CLC_RenderCode(Application_Links *app, Buffer_ID buffer,
View_ID view, Text_Layout_ID text_layout_id,
Frame_Info frame_info, Arena *arena, char *code_buffer,
i64 start_char_offset);
function void F4_CLC_RenderBuffer(Application_Links *app, Buffer_ID buffer, View_ID view,
Text_Layout_ID text_layout_id, Frame_Info frame_info);
function void F4_CLC_RenderComments(Application_Links *app, Buffer_ID buffer, View_ID view,
Text_Layout_ID text_layout_id, Frame_Info frame_info);
#endif // FCODER_FLEURY_CALC_H