#pragma once #ifndef BFW_MOTOKO_DRAW_H #define BFW_MOTOKO_DRAW_H #include "Daodan.h" typedef struct { short Width; short Height; short Depth; short __unused; } M3tDisplayMode; #endif