ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/BFW_Motoko_Draw.h
Revision: 297
Committed: Fri Apr 17 13:31:04 2009 UTC (16 years, 5 months ago) by rossy
Content type: text/x-chdr
File size: 205 byte(s)
Log Message:
some things that probably dont work

File Contents

# Content
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