mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
Put everything back.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "ITestClass.h"
|
||||
|
||||
#include <tc/string.h>
|
||||
|
||||
class string_TranscodeUtil_TestClass : public ITestClass
|
||||
{
|
||||
public:
|
||||
void runAllTests();
|
||||
private:
|
||||
void testUtf8ToUtf16();
|
||||
void testUtf16ToUtf8();
|
||||
};
|
||||
Reference in New Issue
Block a user