initial commit | complete a draft outline
This commit is contained in:
9
include/target.h
Normal file
9
include/target.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
namespace dark {
|
||||
|
||||
using target_size_t = std::uint32_t;
|
||||
using target_ssize_t = std::int32_t;
|
||||
|
||||
} // namespace dark
|
Reference in New Issue
Block a user