f59b11971f
- split *BDS files - add CMake confingure instructions on bsd systems - add includes to main file
9 lines
93 B
C++
9 lines
93 B
C++
#ifndef LOAD_H_
|
|
#define LOAD_H_
|
|
|
|
#include <string>
|
|
|
|
std::string load_string( bool );
|
|
|
|
#endif
|