Difference between revisions of "GriffinEngine.h"

From GriffinEngine
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 06:38, 19 November 2017

We have just one header that needs to be included ("GriffinEngine.h"). This makes app developers' includes easy, and forces everything all our classes to be included in the right order. You won't have to worry about implementations being parsed before base classes and causing linker errors.