NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
ut_NonCopyable.h
1
#ifndef NW4R_UT_NON_COPYABLE_H
2
#define NW4R_UT_NON_COPYABLE_H
3
#include <nw4r/types_nw4r.h>
4
5
namespace
nw4r {
6
namespace
ut
{
7
namespace
{
8
9
class
NonCopyable {
10
protected
:
11
NonCopyable() {}
12
NonCopyable(
const
NonCopyable&
/* rOther */
) {}
13
~NonCopyable() {}
14
};
15
16
}
// namespace
17
}
// namespace ut
18
}
// namespace nw4r
19
20
#endif
nw4r::ut
Debugging library which includes various utilities used by the rest of nw4r.
Definition
ut_list.cpp:4
include
lib
nw4r
ut
ut_NonCopyable.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2