mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
Move dependencies to the top level.
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @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>
|
||||
Reference in New Issue
Block a user