galdar496 / QiGameEngine

Realtime Game Engine designed with C++ and OpenGL.
http://qiengine.blogspot.com/
1 stars 0 forks source link

Ensure all container uses are typedef'd #28

Open galdar496 opened 9 years ago

galdar496 commented 9 years ago

All container uses (e.g. stl or Qi containers) should be typedef'd. Being that they typically use the same interface, using a typedef will make it easier to change between containers in the future should the need arise.