mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 08:49:03 +00:00
Add source code for ctrtool
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @file string.h
|
||||
* @brief Declaration of the string library
|
||||
**/
|
||||
#pragma once
|
||||
#include <tc/types.h>
|
||||
|
||||
/**
|
||||
* @namespace tc::string
|
||||
* @brief Namespace of the string library
|
||||
**/
|
||||
#include <tc/string/TranscodeUtil.h>
|
||||
Reference in New Issue
Block a user