Загрузить файлы в «/»
This commit is contained in:
commit
585da30561
3 changed files with 175 additions and 0 deletions
8
tools.hpp
Normal file
8
tools.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
namespace tls {
|
||||
using Index = int;
|
||||
using Value = float;
|
||||
using Size = int;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue