Ignore:
Timestamp:
Aug 10, 2009, 11:09:53 AM (14 years ago)
Author:
rossy
Message:

DDrCheater

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Cheater.h

    r388 r452  
    22#ifndef DAODAN_CHEATER_H
    33#define DAODAN_CHEATER_H
     4
     5#include <stdint.h>
    46
    57typedef struct {
     
    3638                cheat_kangaroo,
    3739                cheat_marypoppins,
    38                 cheat_devmodex,
     40                cheat_x,
    3941};
    4042
    4143extern oniCheatCode DDr_CheatTable[];
    4244
     45uint8_t ONICALL DDrCheater(uint32_t cheat);
     46
    4347#endif
Note: See TracChangeset for help on using the changeset viewer.