mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
12 lines
200 B
C
12 lines
200 B
C
#ifndef RES_VESA_H
|
|
#define RES_VESA_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VESA_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VESA_BDL_VESA=0x3,
|
|
};
|
|
|
|
#endif /* RES_VESA_H */
|