mirror of
https://github.com/rcornwell/sims.git
synced 2026-05-01 13:57:34 +00:00
SCP: Updated to current.
This commit is contained in:
@@ -975,6 +975,18 @@ display_init(enum display_type type, int sf, void *dptr)
|
||||
fprintf(stderr, "Display initialization failed\r\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
display_close(void *dptr)
|
||||
{
|
||||
if (!initialized)
|
||||
return;
|
||||
|
||||
free (points);
|
||||
ws_shutdown();
|
||||
|
||||
initialized = 0;
|
||||
}
|
||||
|
||||
void
|
||||
display_reset(void)
|
||||
|
||||
Reference in New Issue
Block a user