Removed shit
This commit is contained in:
parent
7943591f6e
commit
492a710c9e
@ -1,15 +0,0 @@
|
||||
#pragma once
|
||||
#ifndef _NB_UTIL
|
||||
#define _NB_UTIL
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace nb{
|
||||
|
||||
template<unsigned int N, typename T>
|
||||
struct Size {
|
||||
std::array<T, N> vals;
|
||||
};
|
||||
|
||||
};
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user