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