EzGL
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  EzGL
 CenterCamera.hppCenterCamera component
 Collision.hppCollision component
 Component.hppThe base class to inherit from for all components
 ComponentFactory.hppComponent enlister and smart pointer factory
 Control.hppControl component (command pattern)
 Gravity.hppGravity component
 IComponent.hppAllows Component to utilize dynamic polymorphism
 Motion.hppMotion component
 Object.hppObject factory and Main game executor
 PlatformerEvent.hppPlatformerEvent component
 PlatformerLogic.hppPlatformerLogic component
 TileMap.hppTileMap component
  EzGL_Main
 main.cppThe only main function you'll ever need!
  EzGL_SDL
 MainEvent.hppInitializes SDL2 and handles keyboard/mouse/controller input
 MainLogic.hppUpdates all objects in the game universe
 MainRender.hppCreates the SDL2 window and renderer
 Texture.hppTexture component with image file loading support