This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
kjhammerle
/
core
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
493b3be1e7
Gałęzie
Tagi
main
core
/
tests
/
BoxTests.h
BoxTests.h
104 B
Historia
Czysty
1
2
3
4
5
6
7
8
#ifndef CORE_BOX_TESTS_H
#define CORE_BOX_TESTS_H
namespace Core::BoxTests {
void test();
}
#endif