You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
440 B
22 lines
440 B
/* 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
|
|
|