mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Various stubs, and starting on core functionality
This commit is contained in:
@@ -66,6 +66,17 @@ 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<>
|
||||
|
||||
Reference in New Issue
Block a user