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

17 lines
293 B
C

// misc.h
//
#pragma once
#include <Windows.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);