aboutsummaryrefslogtreecommitdiffstats
path: root/EnvScreen.h
blob: 66d263fc85fa3ba4ae8a54ca686773b4295cb5ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef HEADER_EnvScreen
#define HEADER_EnvScreen

#include "InfoScreen.h"
#include "Object.h"
#include "Process.h"

typedef struct EnvScreen_ {
   InfoScreen super;
} EnvScreen;

extern const InfoScreenClass EnvScreen_class;

EnvScreen* EnvScreen_new(Process* process);

void EnvScreen_delete(Object* this);

#endif

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