summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo_config.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-03-08 00:19:55 -0500
committerrealtradam <[email protected]>2023-03-08 00:19:55 -0500
commit4b410af18ed7e76b42be1d2ab2ebdfe8e5bf97e8 (patch)
treeb6b20aa5470e240189c5e46288d9c261879d345c /include/rodeo_config.h
parente58d0577634b1405a40a4b1ebd0a36323fa81970 (diff)
downloadRodeoKit-4b410af18ed7e76b42be1d2ab2ebdfe8e5bf97e8.tar.gz
RodeoKit-4b410af18ed7e76b42be1d2ab2ebdfe8e5bf97e8.zip
Continued cleanup and refactoring. Added string type.
Diffstat (limited to 'include/rodeo_config.h')
-rw-r--r--include/rodeo_config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rodeo_config.h b/include/rodeo_config.h
index 55bf057..247a0b2 100644
--- a/include/rodeo_config.h
+++ b/include/rodeo_config.h
@@ -1,2 +1,4 @@
-#define RODEO__MAX_VERTEX_SIZE 8192
+#ifndef mrodeo_vertex_size_max
+ #define mrodeo_vertex_size_max 8192
+#endif