My Project
 
Loading...
Searching...
No Matches
define.h File Reference
#include "glm/glm.hpp"
#include <glm/gtc/matrix_transform.hpp>
#include <string>
Include dependency graph for define.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Assets
 
class  Challenges
 

Macros

#define INT_MAX_VALUE   0x3FFFFFFF
 

Typedefs

typedef glm::vec2 PointF
 
typedef glm::ivec2 Point
 
typedef glm::mat4 Matrix
 
typedef glm::vec4 RectF
 
typedef glm::ivec4 Rect
 
typedef unsigned char byte
 
typedef unsigned short Uint16
 

Macro Definition Documentation

◆ INT_MAX_VALUE

#define INT_MAX_VALUE   0x3FFFFFFF

Typedef Documentation

◆ byte

typedef unsigned char byte

◆ Matrix

typedef glm::mat4 Matrix

◆ Point

typedef glm::ivec2 Point

◆ PointF

typedef glm::vec2 PointF

◆ Rect

typedef glm::ivec4 Rect

◆ RectF

typedef glm::vec4 RectF

◆ Uint16

typedef unsigned short Uint16