NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
ut_TagProcessor.h
1#ifndef NW4R_UT_TAG_PROCESSOR_H
2#define NW4R_UT_TAG_PROCESSOR_H
3#include <nw4r/types_nw4r.h>
4
5#include <nw4r/ut/ut_TagProcessorBase.h>
6
7namespace nw4r {
8namespace ut {
9
10typedef TagProcessorBase<char> TagProcessor;
11
12} // namespace ut
13} // namespace nw4r
14
15#endif
Debugging library which includes various utilities used by the rest of nw4r.
Definition ut_list.cpp:4