Sanitized some video code to avoid #include's inside headers, and added guards to include/86box/thread.h.

This commit is contained in:
OBattler
2023-10-09 20:14:03 +02:00
parent ba369d37c9
commit 39d10899ac
9 changed files with 154 additions and 116 deletions

View File

@@ -14,7 +14,6 @@
*
* Copyright 2022 TheCollector1995.
*/
#ifndef VIDEO_XGA_H
#define VIDEO_XGA_H
@@ -232,4 +231,5 @@ typedef struct xga_t {
int big_endian_linear;
} xga_t;
#endif /*VIDEO_XGA_H*/