VVVVVV/desktop_version/src/GOGNetwork.c

27 lines
281 B
C

#include "MakeAndPlay.h"
#ifndef MAKEANDPLAY
#include <stdint.h>
/* Totally unimplemented right now! */
int32_t GOG_init(void)
{
return 0;
}
void GOG_shutdown(void)
{
}
void GOG_update(void)
{
}
void GOG_unlockAchievement(const char *name)
{
}
#endif /* MAKEANDPLAY */