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 692 by alloc, Thu Mar 7 17:26:13 2013 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 "stdint.h"
6  
7   #define ONICALL __fastcall
8  
# Line 11 | Line 10 | extern HMODULE DDrDLLModule;
10   extern HMODULE DDrONiModule;
11  
12   extern bool opt_border;
14 extern bool opt_shadow;
13   extern bool opt_topmost;
14  
15   #endif

Diff Legend

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