From 65357c8c46154de4e4eca14075bfe5523bb5fc14 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 7 Dec 2020 10:26:01 +0100 Subject: New upstream version 3.0.3 --- CommandScreen.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CommandScreen.h (limited to 'CommandScreen.h') diff --git a/CommandScreen.h b/CommandScreen.h new file mode 100644 index 0000000..e56982b --- /dev/null +++ b/CommandScreen.h @@ -0,0 +1,19 @@ +#ifndef HEADER_CommandScreen +#define HEADER_CommandScreen + +#include "InfoScreen.h" +#include "Object.h" +#include "Process.h" + + +typedef struct CommandScreen_ { + InfoScreen super; +} CommandScreen; + +extern const InfoScreenClass CommandScreen_class; + +CommandScreen* CommandScreen_new(Process* process); + +void CommandScreen_delete(Object* this); + +#endif -- cgit v1.2.3