ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan.h
(Generate patch)

Comparing Daodan/src/Daodan.h (file contents):
Revision 468 by rossy, Sun Oct 18 02:26:30 2009 UTC vs.
Revision 992 by alloc, Sat Apr 5 10:19:11 2014 UTC

# Line 1 | Line 1
1 #pragma once
1   #ifndef DAODAN_H
2   #define DAODAN_H
3  
4   #include <windows.h>
5 < #include <stdbool.h>
5 > #include <assert.h>
6 > #include "stdint.h"
7  
8 < #define ONICALL __fastcall
8 > #include "Oni/Oni.h"
9  
10   extern HMODULE DDrDLLModule;
11   extern HMODULE DDrONiModule;
12  
13 extern bool opt_border;
14 extern bool opt_shadow;
15 extern bool opt_topmost;
16
13   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)