Hacker News new | ask | show | jobs
by TeMPOraL 2330 days ago
WRT, the header files, given the size and contents of basque.c, I'd say it's just a placeholder/example file, and that the engine is by design a header-only library. Which is fine, IMO. Though the headers don't feature guards against multiple includes, which is surprising.
1 comments

I don't want to add #pragma once until I am ready to ship the game. This way I will know right away if I do any redundant includes.