mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
13 lines
282 B
C
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> |