Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 152 forks source link

Add include guard to kits/cpp/lux/kit.hpp #52

Closed Desperationis closed 3 years ago

Desperationis commented 3 years ago

Add include guard to kits/cpp/lux/kit.hpp so that multiple #include's don't mess up C++ autocompleters in editors such as vim. This issue was found when I tried to modularize code into separate class in different files.

Changes are already put in simple.zip.

StoneT2000 commented 3 years ago

oh this makes sense, thanks for catching this out!

StoneT2000 commented 3 years ago

closes #56