couch/core/Index.cpp

8 lines
139 B
C++
Raw Permalink Normal View History

2021-01-13 10:42:57 -06:00
#include "Index.h"
Index::Index(unsigned int v0, unsigned int v1, unsigned int v2) {
this->v0 = v0;
this->v1 = v1;
this->v2 = v2;
}