summaryrefslogtreecommitdiffstats
path: root/CommandScreen.h
blob: e56982b2e2b7e2b2e499ddd0c7c384b508ac7501 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy