source:
Daodan/src/BFW_Motoko_Draw.h@
319
| Last change on this file since 319 was 297, checked in by , 17 years ago | |
|---|---|
| File size: 205 bytes | |
| Rev | Line | |
|---|---|---|
| [297] | 1 | #pragma once |
| 2 | #ifndef BFW_MOTOKO_DRAW_H | |
| 3 | #define BFW_MOTOKO_DRAW_H | |
| 4 | ||
| 5 | #include "Daodan.h" | |
| 6 | ||
| 7 | typedef struct | |
| 8 | { | |
| 9 | short Width; | |
| 10 | short Height; | |
| 11 | short Depth; | |
| 12 | short __unused; | |
| 13 | } M3tDisplayMode; | |
| 14 | ||
| 15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
