6 lines
194 B
C++
6 lines
194 B
C++
#pragma once
|
|
|
|
void test_working(const size_t&) noexcept;
|
|
void test_working_2d(const size_t&, const size_t&) noexcept;
|
|
void test_working_3d(const size_t&, const size_t&, const size_t&) noexcept;
|