split template into a public template for storage allocation and private implementation and move the code into the cpp

This commit is contained in:
Omar Mohamed Ali Mudhir
2017-01-15 22:24:39 +00:00
parent 13d8e6e563
commit de17029e0d
4 changed files with 135 additions and 119 deletions

View File

@@ -97,9 +97,9 @@
AD58E0641E2A76FD006ACC15 /* shader.hpp */,
AD58E0521E107411006ACC15 /* main.cpp */,
AD58E06D1E2A80BC006ACC15 /* shape.cpp */,
AD58E06E1E2A80BC006ACC15 /* shape.hpp */,
AD58E0701E2A90EF006ACC15 /* app.cpp */,
AD58E0711E2A90EF006ACC15 /* app.hpp */,
AD58E06E1E2A80BC006ACC15 /* shape.hpp */,
AD58E0661E2A7741006ACC15 /* image.cpp */,
AD58E0671E2A7741006ACC15 /* image.hpp */,
AD58E0691E2A774F006ACC15 /* texture.cpp */,