This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kjhammerle
/
core
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
953f95d3f2
Rami (Branch)
Tag
main
core
/
tests
/
BoxTests.h
BoxTests.h
104 B
Cronologia
Originale
1
2
3
4
5
6
7
8
#ifndef CORE_BOX_TESTS_H
#define CORE_BOX_TESTS_H
namespace Core::BoxTests {
void test();
}
#endif