I've set up a quake 1 server using the darkplaces dedicated server. You'll need the darkplaces client which you can down load from here.
To join the game you need to connect to www.ruffiangames.com
I've set up a quake 1 server using the darkplaces dedicated server. You'll need the darkplaces client which you can down load from here.
To join the game you need to connect to www.ruffiangames.com
#include <iostream> | |
#include <tuple> | |
//////////////////////////////////////////////////////////////////////////////// | |
template<class A, template<class...> class B> struct mp_rename_impl; | |
template<template<class...> class A, class... T, template<class...> class B> | |
struct mp_rename_impl<A<T...>, B> | |
{ | |
using type = B<T...>; |
#ifndef CONS_H_15URYTVP | |
#define CONS_H_15URYTVP | |
#include <tuple> | |
#include "list.h" | |
namespace shitlib { | |
namespace mpl { | |
namespace detail { |
#include "isa.h" | |
#include "six8.h" | |
#include <map> | |
#include <unordered_map> | |
#include <iostream> | |
namespace six8 { |
#include <stdio.h> | |
#include <string> | |
#include <iostream> | |
class ShitString { | |
public: | |
ShitString( char const *_str ) : mData( _str ) { | |
} |