Files
salmanoff/smocore/include/salmanoff.h
T

15 lines
259 B
C++
Raw Normal View History

#ifndef _SALMANOFF_H
#define _SALMANOFF_H
#include <memory>
#include <componentThread.h>
namespace smo {
void initializeSalmanoff(std::shared_ptr<ComponentThread>& componentThread);
void shutdownSalmanoff(void);
} // namespace smo
#endif // _SALMANOFF_H