DDraceNetwork Docs
updater.cpp File Reference
#include <base/system.h>
#include "updater.h"
#include <engine/client.h>
#include <engine/engine.h>
#include <engine/external/json-parser/json.h>
#include <engine/shared/http.h>
#include <engine/shared/json.h>
#include <engine/storage.h>
#include <game/version.h>
#include <cstdlib>
Include dependency graph for updater.cpp:

Classes

class  CUpdaterFetchTask
 

Functions

static const char * GetUpdaterUrl (char *pBuf, int BufSize, const char *pFile)
 
static const char * GetUpdaterDestPath (char *pBuf, int BufSize, const char *pFile, const char *pDestPath)
 

Function Documentation

◆ GetUpdaterDestPath()

static const char * GetUpdaterDestPath ( char *  pBuf,
int  BufSize,
const char *  pFile,
const char *  pDestPath 
)
static

◆ GetUpdaterUrl()

static const char * GetUpdaterUrl ( char *  pBuf,
int  BufSize,
const char *  pFile 
)
static