Josiah-Kunz / Gene-Hunter

Gene Hunter is a monster catcher game created in Unreal Engine 5. It is in the same genre as Pokémon, but it is not a clone and has no affiliation. See README.md for more info or email AskGeneHunter@gmail.com
3 stars 0 forks source link

Macros -> Functions #46

Closed Josiah-Kunz closed 1 year ago

Josiah-Kunz commented 1 year ago

Because why not? Also, I think ADD_COMPONENT may have some redundancies (like registration). Let's unit test them!

Josiah-Kunz commented 1 year ago

No redundancies found. Also, they must be macros to be generic enough. Otherwise, we'd have to #include all component.h for the functions to work.