Multiple source files, global variables #851
Unanswered
costeastefan
asked this question in
Q&A
Replies: 1 comment
-
Regarding includes, you can either use the single header
in every file you use LLAMA, or just install LLAMA/use it via a package manager/CMake sub_directory and If you have shared definitions, like a common record dimension, or tags, or views, or accessors, etc., you could put those in a shared header file. You should be able to use LLAMA features like you would use ordinary C++ structs etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the recommended way of using llama across multiple source files? For example having functions that use llama variables/objects (e.g. View) across multiple files and be accessed in other files?
Beta Was this translation helpful? Give feedback.
All reactions