polyfox/moon

View on GitHub
modules/system/include/moon/vector3.hxx

Summary

Maintainability
Test Coverage
#ifndef MOON_VECTOR3_H
#define MOON_VECTOR3_H

#include "moon/glm.h"

namespace Moon {
  typedef glm::vec3 Vector3;
}

#endif