Drawing the cursor and cell setup
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/* @todo: I guess I'm overcomplicating a little:
|
||||
https://github.com/Mango0x45/cbs/
|
||||
|
||||
Seems like you only need to compare timestamps of all files with the artifact timestamp,
|
||||
if one of the files is newer then the artifact then it needs to be recompiled. Do we
|
||||
even need to store anything then? Just supply artifact file in code and that's it?
|
||||
|
||||
*/
|
||||
#define SRC_CACHE_ENTRY_COUNT 1024
|
||||
|
||||
struct SRC_CacheEntry {
|
||||
|
||||
Reference in New Issue
Block a user