mirror of
https://github.com/g-truc/glm.git
synced 2024-11-14 22:14:35 +00:00
8 lines
125 B
C
8 lines
125 B
C
|
#ifndef SSE_PRECOMPILED_H
|
||
|
#define SSE_PRECOMPILED_H
|
||
|
|
||
|
#include "glm/glm.h"
|
||
|
#include "glm/glmext.h"
|
||
|
|
||
|
#endif//SSE_PRECOMPILED_H
|