ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
Daodan_Cheater.h
Revision:
339
Committed:
Sat Jun 6 01:30:13 2009 UTC
(16 years, 4 months ago) by
rossy
Content type:
text/x-chdr
File size:
251 byte(s)
Log Message:
Developer Mode
File Contents
#
Content
1
#pragma once
2
#ifndef DAODAN_CHEATER_H
3
#define DAODAN_CHEATER_H
4
5
typedef
struct
{
6
const
char
*
name
;
7
const
char
*
message_on
;
8
const
char
*
message_off
;
9
int
func
;
10
}
oniCheatCode
;
11
12
extern
oniCheatCode
DDr_CheatTable
[];
13
14
#endif