summaryrefslogtreecommitdiffstats
path: root/CommandScreen.h
blob: 4f3ce94798ffeec9c95689e8f8e93c567ed9fa01 (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 const InfoScreenClass CommandScreen_class;

CommandScreen* CommandScreen_new(Process* process);

void CommandScreen_delete(Object* this);

#endif

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