polyfox/moon

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

Summary

Maintainability
Test Coverage
#ifndef MOON_VECTOR1_H
#define MOON_VECTOR1_H

#include "moon/glm.h"

namespace Moon {
  typedef glm::highp_vec1_t Vector1;
  typedef glm::highp_ivec1_t Vector1i;
}

#endif