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_Utility.h

    r690 r692  
    1 #pragma once
    21#ifndef BFW_UTILITY_H
    32#define BFW_UTILITY_H
    43
    5 #include <stdio.h>
    6 //#include <stdint.h>
    7 #include "Daodan.h"
    8 
    9 //void __cdecl UUrStartupMessage(const char* fmt, ...);
     4#include "stdint.h"
    105
    116typedef struct {
     
    1611} OniRectangle;
    1712
    18 
    19 void* TestContext;
    20 //void ONICALL COrTextArea_Print(uint32_t area, uint32_t priority, uint32_t textshade, uint32_t textshadowshade, const char* text, uint32_t unk_alwaws_0, uint32_t fadetime);
    21 
    22 void ONICALL COrMessage_Remove(char* Key);
    23 //int16_t ONICALL TMrInstance_GetDataPtr(int, char*, void*);    //int TMrInstance_GetDataPtr( Type 'TSFF', char* "Tahoma", ptr);
    24 
    25 //int __cdecl AUrMessageBox(int Buttons, char *Message, ...);
    26 
    2713#endif
Note: See TracChangeset for help on using the changeset viewer.