polyfox/moon

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

Summary

Maintainability
Test Coverage
#ifndef MOON_VECTOR2_H
#define MOON_VECTOR2_H

#include "moon/glm.h"

namespace Moon {
  typedef glm::vec2 Vector2;
}

#endif