source: Daodan/src/BFW_Motoko_Draw.h@ 314

Last change on this file since 314 was 297, checked in by rossy, 16 years ago

some things that probably dont work

File size: 205 bytes
Line 
1#pragma once
2#ifndef BFW_MOTOKO_DRAW_H
3#define BFW_MOTOKO_DRAW_H
4
5#include "Daodan.h"
6
7typedef 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.