3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-05-01 04:03:58 +02:00

include glmUtils.h so that we get vec3 opertator*

This commit is contained in:
ZappoMan 2013-04-12 15:08:57 -07:00
parent 77996fb140
commit 25f1f1ae3f

View file

@ -17,6 +17,7 @@
#include "Head.h"
#include <AgentList.h>
#include <AgentTypes.h>
#include <glmUtils.h>
using namespace std;