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