source: Daodan/BFW_Utility.h@ 271

Last change on this file since 271 was 269, checked in by rossy, 16 years ago

Daodan WIP

File size: 181 bytes
RevLine 
[269]1#pragma once
2#ifndef BFW_UTILITY_H
3#define BFW_UTILITY_H
4
5#include <stdio.h>
6
7void __cdecl UUrStartupMessage(const char* fmt, ...);
8
9extern FILE* ONgFileStartup;
10
11#endif
Note: See TracBrowser for help on using the repository browser.