mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-03 04:27:36 +01:00
12 lines
233 B
C++
12 lines
233 B
C++
|
|
#ifndef LASDTEST_HPP
|
|
#define LASDTEST_HPP
|
|
|
|
/* ************************************************************************** */
|
|
|
|
void lasdtest();
|
|
|
|
/* ************************************************************************** */
|
|
|
|
#endif
|