Files
vimix/GstToolkit.h
2020-03-06 21:23:51 +01:00

15 lines
189 B
C++

#ifndef __GSTGUI_TOOLKIT_H_
#define __GSTGUI_TOOLKIT_H_
#include <string>
using namespace std;
namespace GstToolkit
{
string to_string(guint64 t);
};
#endif // __GSTGUI_TOOLKIT_H_