diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-22 10:16:28 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-22 10:16:28 +0100 |
| commit | eec3b3009f0005090ddd5a7901e5f3c38cf31ce1 (patch) | |
| tree | 696b4ddfd242fcbb3f7655dc7272a2197ac785fa /src/tilde.cpp | |
| parent | 4654b41c3e6a01118e28e6297b2de97bd0a8cd42 (diff) | |
Begin work on builtin procedures
Diffstat (limited to 'src/tilde.cpp')
| -rw-r--r-- | src/tilde.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tilde.cpp b/src/tilde.cpp index 78aa3640d..1969deaec 100644 --- a/src/tilde.cpp +++ b/src/tilde.cpp @@ -669,6 +669,7 @@ gb_internal String cg_get_entity_name(cgModule *m, Entity *e) { #include "tilde_const.cpp" #include "tilde_debug.cpp" #include "tilde_expr.cpp" +#include "tilde_builtin.cpp" #include "tilde_proc.cpp" #include "tilde_stmt.cpp" |