mirror of https://github.com/xzeldon/htop.git
23 lines
440 B
C
23 lines
440 B
C
/* Do not edit this file. It was automatically generated. */
|
|
|
|
#ifndef HEADER_EnvScreen
|
|
#define HEADER_EnvScreen
|
|
|
|
#include "InfoScreen.h"
|
|
|
|
typedef struct EnvScreen_ {
|
|
InfoScreen super;
|
|
} EnvScreen;
|
|
|
|
extern InfoScreenClass EnvScreen_class;
|
|
|
|
extern EnvScreen* EnvScreen_new(Process* process);
|
|
|
|
extern void EnvScreen_delete(Object* this);
|
|
|
|
extern void EnvScreen_draw(InfoScreen* this);
|
|
|
|
extern void EnvScreen_scan(InfoScreen* this);
|
|
|
|
#endif
|