1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
planetblupi/misc.h
2017-02-10 00:14:28 +01:00

17 lines
291 B
C

// misc.h
//
#pragma once
#include "blupi.h"
extern void OutputDebug(char *pMessage);
extern POINT ConvLongToPos(LPARAM lParam);
extern void InitRandom();
extern int Random(int min, int max);
extern void GetCurrentDir(char *pName, size_t lg);
extern void AddUserPath(char *pFilename);