source:
Daodan/src/Daodan_Console.h@
442
Last change on this file since 442 was 437, checked in by , 15 years ago | |
---|---|
File size: 221 bytes |
Rev | Line | |
---|---|---|
[437] | 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 |
Note:
See TracBrowser
for help on using the repository browser.