mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-18 05:00:41 +01:00
5 lines
56 B
C++
5 lines
56 B
C++
|
#ifndef TEST_HPP
|
||
|
#define TEST_HPP
|
||
|
void test();
|
||
|
#endif
|