4coder/custom/4coder_insertion.h

23 lines
270 B
C
Raw Normal View History

/*
* Serial inserts helpers
*/
// TOP
#if !defined(FRED_INSERTION_H)
#define FRED_INSERTION_H
struct Buffer_Insertion{
Application_Links *app;
Buffer_ID buffer;
i64 at;
b32 buffering;
2019-06-01 23:58:28 +00:00
Cursor *cursor;
Temp_Memory temp;
};
#endif
// BOTTOM