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

    r677 r692  
    1 #pragma once
    21#ifndef DAODAN_CHEATER_H
    32#define DAODAN_CHEATER_H
    43
    5 //#include <stdint.h>
     4#include "Daodan.h"
    65
    76typedef struct {
     
    1211} oniCheatCode;
    1312
    14 enum {  cheat_shapeshifter,
     13enum {
     14                cheat_shapeshifter,
    1515                cheat_liveforever,
    1616                cheat_touchofdeath,
     
    4646
    4747extern oniCheatCode DDr_CheatTable[];
    48 extern int turn_dev_mode_on;
    4948uint8_t ONICALL DDrCheater(uint32_t cheat);
    5049void __stdcall FallingFrames(void* Ebp);
Note: See TracChangeset for help on using the changeset viewer.