From b8e2d60e2c6025df3cb9809a2d30550f7bab2b59 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 8 Jan 2021 23:29:40 -0800 Subject: [PATCH] todos for next steps --- custom/4coder_project_commands.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom/4coder_project_commands.h b/custom/4coder_project_commands.h index 00a35e0c..eff84615 100644 --- a/custom/4coder_project_commands.h +++ b/custom/4coder_project_commands.h @@ -127,6 +127,9 @@ function String8 prj_join_pattern_string(Arena *arena, String8List list); function String8 prj_sanitize_string(Arena *arena, String8 string); function Variable_Handle prj_version_1_to_version_2(Application_Links *app, Config *parsed, Prj *project); +// TODO(allen): sort away the old version convert up stuff +// TODO(allen): add in re-print stuff + //////////////////////////////// // NOTE(allen): Project Files