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/BFW_ScriptLang.h

    r688 r692  
    1 #pragma once
    21#ifndef BFW_SCRIPTLANG_H
    32#define BFW_SCRIPTLANG_H
    43
    5 #include "Daodan.h"
    6 
    7 //#include <stdint.h>
    8 #include "bool.h"
     4#include "stdint.h"
    95
    106typedef enum {
     
    3329} sl_callinfo;
    3430
    35 
    36 
    37 
    38 
    3931#endif
Note: See TracChangeset for help on using the changeset viewer.