source: Daodan/src/Daodan_Console.h@ 444

Last change on this file since 444 was 437, checked in by rossy, 15 years ago

Daodan_Console

File size: 221 bytes
Line 
1#pragma once
2#ifndef DAODAN_PERSISTENCE_H
3#define DAODAN_PERSISTENCE_H
4
5#include <stdint.h>
6
7#include "Daodan.h"
8
9void DDrConsole_Print(const char* text);
10void DDrConsole_PrintF(const char* fmt, ...);
11
12#endif
Note: See TracBrowser for help on using the repository browser.