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

    r690 r692  
    1 #pragma once
    21#ifndef DAODAN_H
    32#define DAODAN_H
    43
    54#include <windows.h>
    6 #include "bool.h"
     5#include "stdint.h"
    76
    87#define ONICALL __fastcall
     
    1413extern bool opt_topmost;
    1514
    16 
    17 
    18 
    1915#endif
Note: See TracChangeset for help on using the changeset viewer.