mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Initial commit (2)
This commit is contained in:
15
GstToolkit.h
Normal file
15
GstToolkit.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __GSTGUI_TOOLKIT_H_
|
||||
#define __GSTGUI_TOOLKIT_H_
|
||||
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
|
||||
namespace GstToolkit
|
||||
{
|
||||
|
||||
string to_string(guint64 t);
|
||||
|
||||
};
|
||||
|
||||
#endif // __GSTGUI_TOOLKIT_H_
|
||||
Reference in New Issue
Block a user