mirror of
https://github.com/xfarrow/lasd.git
synced 2025-01-22 15:30:21 +01:00
2941c1d298
Added template
12 lines
233 B
C++
Executable File
12 lines
233 B
C++
Executable File
|
|
#ifndef LASDTEST_HPP
|
|
#define LASDTEST_HPP
|
|
|
|
/* ************************************************************************** */
|
|
|
|
void lasdtest();
|
|
|
|
/* ************************************************************************** */
|
|
|
|
#endif
|