mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
Put everything back.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @file bn.h
|
||||
* @brief Declaration of the binary literals library
|
||||
*/
|
||||
#pragma once
|
||||
#include <tc/types.h>
|
||||
#include <tc/Exception.h>
|
||||
|
||||
/**
|
||||
* @namespace tc::bn
|
||||
* @brief Namespace of the binary literals library
|
||||
*/
|
||||
#include <tc/bn/binary_utils.h>
|
||||
#include <tc/bn/endian_types.h>
|
||||
#include <tc/bn/bitarray.h>
|
||||
#include <tc/bn/string.h>
|
||||
#include <tc/bn/pad.h>
|
||||
Reference in New Issue
Block a user