Changeset 692 for Daodan/src/Oni.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 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Oni.h

    r690 r692  
    1 #pragma once
    21#ifndef ONI_H
    32#define ONI_H
    43
    54#include "Daodan.h"
    6 #include "oni_gl.h"
    7 //#include <stdint.h>
     5#include "Oni_GL.h"
    86#include <windows.h>
    97#include "Oni_GameState.h"
     8
    109typedef unsigned char onibool;
    1110
    12 typedef struct
    13 {
     11typedef struct {
    1412        HINSTANCE Instance;
    1513        HWND Window;
     
    2220        void** PointerList, //Where the found pointers go
    2321        int* FoundCount         //Where the number of pointers found go.
    24         );
     22);
    2523
    2624#include "Oni_Symbols.h"
Note: See TracChangeset for help on using the changeset viewer.