mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 00:39:11 +00:00
Move dependencies to the top level.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/**
|
||||
* @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