Closed truebluepl closed 4 months ago
I'm sorry, I forgot about macros:) They solve problem.
Additionally there's the new !src "file", once directive.
You can place that several times, and C64Studio will only actually include it once. You have to use the ,once argument on every occasion for it to work though.
If I understood correctly, it's only "prevents" from multiple including - multiple included file is joined only once, right?
Exactly. It just removes the need to futz around with making a manual include guard via defines.
Closing this, if you need more help feel free to reopne
Hello Georg, Is there any possibility to include the same file twice? I have file (some sort of table) which should be included several times, but compiling process generates "circular inclusion" error.