git repos / oastat

src/local.h

browsing at commit = 637645565145363b1e4d27f5fb59c888498e4eb1

raw · blame · history

/* 
 * File:   local.h
 * Author: poul
 *
 * Created on 21. marts 2010, 12:14
 */

#ifndef _LOCAL_H
#define	_LOCAL_H

#define MAX_ID 128

#include "oastatstruct.h"

/* This array contains all the guid hashes of the players in a game */
extern string clientIdMap[MAX_ID];

/* returns the SHA-1 code of the parameter */
extern string getHashedId(string unhashedID);

#endif	/* _LOCAL_H */