sandal (owner)

Revisions

gist: 119988 Download_button fork
public
Public Clone URL: git://gist.github.com/119988.git
Embed All Files: show embed
c.c #
1
2
3
4
5
6
7
8
9
10
/* Initialize the server engine. The arguments are currently not used. */
/* Returns a unique ID for this server engine connection. */
short PCMSOpenServer(int hAppInst, int hWnd);
 
/* Calculate distance from origin to destination. */
long PCMSCalcDistance (short serv, const char *orig, const char *dest);
 
/* Clean up and dismiss the engine: */
int PCMSCloseServer(short server);