wateret/mengde

Fix ifdef guard convention

Closed this issue · 4 comments

Our #ifdef guard convention is #define {NAMESPACE_}{FILENAME}_H_ but most files are just #define {FILENAME}_H_.

For example #ifdef SCENARIO_H_ should be #ifdef MENGDE_CORE_SCENARIO_H_.

@wateret Please Assign to me

I cannot assign you cause only collaborators can be assigned for personal projects. Anyway you can work on this.

  • core
  • gui
  • lua
  • util

Resolved by #46, thanks! @sjsinju