ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
daodan_gl.h
Revision:
316
Committed:
Mon May 4 12:42:46 2009 UTC
(16 years, 5 months ago) by
rossy
Content type:
text/x-chdr
File size:
251 byte(s)
Log Message:
custom resoultions :)
File Contents
#
Content
1
#pragma once
2
#ifndef DAODAN_GL_H
3
#define DAODAN_GL_H
4
5
#include
"Daodan.h"
6
#include
"BFW_Motoko_Draw.h"
7
8
unsigned
int
ONICALL
daodan_enumerate_valid_display_modes
(
M3tDisplayMode
modes
[
16
]);
9
bool
daodan_testmode
(
M3tDisplayMode
mode
);
10
11
#endif