Revert "Revert "Merge pull request #43 from teamfisk/Forward+""

This reverts commit bd62b5873d.
This commit is contained in:
viktorljung
2016-01-23 18:21:10 +01:00
parent bd62b5873d
commit 85a4d98c81
27 changed files with 706 additions and 99 deletions
@@ -0,0 +1,17 @@
#ifndef CommonFuntions_h__
#define CommonFuntions_h__
#include "../../Common.h"
#include "../../OpenGL.h"
#include "../../GLM.h"
class CommonFuntions
{
public:
CommonFuntions() = delete;
private:
};
#endif