ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
Oni.h
Revision:
273
Committed:
Tue Mar 17 09:55:12 2009 UTC
(16 years, 6 months ago) by
rossy
Content type:
text/x-chdr
File size:
110 byte(s)
Log Message:
DDrMain
File Contents
#
Content
1
#pragma once
2
#ifndef ONI_H
3
#define ONI_H
4
5
void
__cdecl
ONiMain
(
int
ArgCount
,
char
*
ArgList
[]);
6
7
#endif