mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-16 12:10:37 +01:00
5 lines
56 B
C++
Executable File
5 lines
56 B
C++
Executable File
#ifndef TEST_HPP
|
|
#define TEST_HPP
|
|
void test();
|
|
#endif
|