GlistEngine
Loading...
Searching...
No Matches
gMatrix4.h
Go to the documentation of this file.
1/*
2 * gMatrix4.h
3 *
4 * Created on: Jun 3, 2020
5 * Author: noyan
6 */
7
8#ifndef ENGINE_TYPES_GMATRIX4_H_
9#define ENGINE_TYPES_GMATRIX4_H_
10
11#define GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
12#include <glm/glm.hpp>
13
14class gMatrix4 {
15public:
17 virtual ~gMatrix4();
18};
19
20#endif /* ENGINE_TYPES_GMATRIX4_H_ */
Definition gMatrix4.h:14
virtual ~gMatrix4()