polyfox/moon

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

Summary

Maintainability
Test Coverage
#ifndef MOON_VECTOR4_H
#define MOON_VECTOR4_H

#include "moon/glm.h"

namespace Moon {
  typedef glm::vec4 Vector4;
}

#endif