Removed shit

This commit is contained in:
NaifBanana 2024-06-16 01:40:15 -05:00
parent 7943591f6e
commit 492a710c9e

View File

@ -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