mirror of
https://github.com/xfarrow/lasd.git
synced 2025-01-10 17:02:39 +01:00
02a46f308b
container.cpp container.hpp
12 lines
233 B
C++
12 lines
233 B
C++
|
|
#ifndef LASDTEST_HPP
|
|
#define LASDTEST_HPP
|
|
|
|
/* ************************************************************************** */
|
|
|
|
void lasdtest();
|
|
|
|
/* ************************************************************************** */
|
|
|
|
#endif
|