facecam2d/src/modellist.hpp

9 lines
111 B
C++
Raw Normal View History

#ifndef MODELLIST_HPP
#define MODELLIST_HPP
#include <vector>
std::vector<std::string> listModels();
#endif