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
14
class
gMatrix4
{
15
public
:
16
gMatrix4
();
17
virtual
~gMatrix4
();
18
};
19
20
#endif
/* ENGINE_TYPES_GMATRIX4_H_ */
gMatrix4
Definition
gMatrix4.h:14
gMatrix4::gMatrix4
gMatrix4()
gMatrix4::~gMatrix4
virtual ~gMatrix4()
engine
types
gMatrix4.h
Generated by
1.9.8