ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Console.h
Revision: 437
Committed: Fri Jul 17 05:04:02 2009 UTC (16 years, 2 months ago) by rossy
Content type: text/x-chdr
File size: 221 byte(s)
Log Message:
Daodan_Console

File Contents

# Content
1 #pragma once
2 #ifndef DAODAN_PERSISTENCE_H
3 #define DAODAN_PERSISTENCE_H
4
5 #include <stdint.h>
6
7 #include "Daodan.h"
8
9 void DDrConsole_Print(const char* text);
10 void DDrConsole_PrintF(const char* fmt, ...);
11
12 #endif