SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
MutexHolder.hpp
1#pragma once
2
3#include "revolution.h"
4
5class JKRHeap;
6
7namespace MR {
8 template<int T>
9 class MutexHolder {
10 public:
11 static OSMutex sMutex;
12 };
13
14 template<int T>
16};