Changeset 692 for Daodan/src/Daodan_GL.h


Ignore:
Timestamp:
Mar 7, 2013, 6:26:13 PM (12 years ago)
Author:
alloc
Message:

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_GL.h

    r689 r692  
    1 #pragma once
    21#ifndef DAODAN_GL_H
    32#define DAODAN_GL_H
     
    65#include "BFW_Motoko_Draw.h"
    76
    8 #include "oni_gl.h"
     7unsigned int ONICALL daodan_enumerate_valid_display_modes(M3tDisplayMode modes[16]);
     8int ONICALL daodangl_platform_initialize();
    99
    10 void init_daodan_gl();
    11 void update_cdmode();
    12 unsigned int ONICALL daodan_enumerate_valid_display_modes(M3tDisplayMode modes[16]);
    13 bool daodan_testmode(M3tDisplayMode mode);
    14 int daodan_set_display_mode(short width, short height, short depth);
    15 void daodan_set_gamma(float gamma);
    16 int ONICALL daodangl_platform_initialize();
    1710#endif
Note: See TracChangeset for help on using the changeset viewer.