Files
Project_CTR/ctrtool/deps/libtoolchain/include/tc/os.h
T
2022-04-16 21:27:49 +08:00

13 lines
282 B
C

/**
* @file os.h
* @brief Declaration of the operating system (OS) library
*/
#pragma once
#include <tc/types.h>
#include <tc/Exception.h>
/**
* @namespace tc::os
* @brief Namespace of the operating system (OS) library
*/
#include <tc/os/Environment.h>