mirror of https://github.com/xfarrow/lasd.git
12 lines
233 B
C++
12 lines
233 B
C++
|
|
||
|
#ifndef LASDTEST_HPP
|
||
|
#define LASDTEST_HPP
|
||
|
|
||
|
/* ************************************************************************** */
|
||
|
|
||
|
void lasdtest();
|
||
|
|
||
|
/* ************************************************************************** */
|
||
|
|
||
|
#endif
|