source/code/uploadReplay.h
browsing at commit = 89c4a3a64d3d8f2702207048392eb84922f732c9
//
// File: uploadReplay.h
// Author: poul
//
// Created on 26. februar 2008, 00:12
//
#ifndef _UPLOADREPLAY_H
#define _UPLOADREPLAY_H
#define HIGHSCORESERVER http://localhost/~poul/blockattackHighscores/result/
#include <curl/curl.h>
#include "SDL.h"
using namespace std;
SDL_mutex *mutDownload,*mutUpload;
bool uploadReplay_canUpload();
void uploadReplay_upload();
class OnlineHighscores
{
};
#endif /* _UPLOADREPLAY_H */