¡@

Home 

c++ Programming Glossary: eventtypes.h

C++ cyclical header dependency

http://stackoverflow.com/questions/5239943/c-cyclical-header-dependency

set as follows BaseCharacter.h and BaseCharacter.cpp and EventTypes.h BaseCharacter.h makes use of structs and typedefs defined in.. makes use of structs and typedefs defined in EventTypes.h but EventTypes.h has to be aware of the BaseCharacter class.. use of structs and typedefs defined in EventTypes.h but EventTypes.h has to be aware of the BaseCharacter class defined in BaseCharacter.h...