mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
yaft_class: first somehow working version
This commit is contained in:
19
src/gui/widget/yaft/yaft_class.h
Normal file
19
src/gui/widget/yaft/yaft_class.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* definition for embedding the YaFT framebuffer terminal in c++
|
||||
* (C) 2018 Stefan Seyfried
|
||||
* License: GPL-2.0+
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
#ifndef __yaft_class__
|
||||
#define __yaft_class__
|
||||
class YaFT
|
||||
{
|
||||
public:
|
||||
YaFT(const char * const *argv);
|
||||
~YaFT();
|
||||
int run();
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user