summaryrefslogtreecommitdiffstats
path: root/CommandScreen.h
blob: a1604a3edc1afba6d8435ccca0265c65a764fc0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef HEADER_CommandScreen
#define HEADER_CommandScreen

#include "InfoScreen.h"

typedef struct CommandScreen_ {
   InfoScreen super;
} CommandScreen;

extern InfoScreenClass CommandScreen_class;

CommandScreen* CommandScreen_new(Process* process);

void CommandScreen_delete(Object* this);

#endif

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