2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

More factory stubs

This commit is contained in:
2016-02-10 14:54:47 -08:00
parent 69f32a4706
commit ebcc986b13
14 changed files with 150 additions and 14 deletions

View File

@@ -67,17 +67,6 @@ using TAreaId = u32;
}
template <typename T>
T GetAverageValue(const T* v, int count)
{
u32 unk = count * sizeof(T);
}
template <typename T, int Count>
class TReservedAverage
{
};
namespace std
{
template<>