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 moved

Legend:

Unmodified
Added
Removed
  • Daodan/src/Inifile_Reader.h

    r689 r692  
    1 #pragma once
    21#ifndef INIFILE_H
    32#define INIFILE_H
    43
    5 #include "bool.h"
    6 //#include <stdint.h>
     4#include "stdint.h"
    75
    8 enum {inifile_cantread = -20};
     6enum {
     7        inifile_cantread = -20
     8};
    99
    1010typedef bool (*inifile_callback)(char* section, bool newsection, char* name, char* value);
Note: See TracChangeset for help on using the changeset viewer.