StdAfx.c
(svn r1253) -Update: updated the multiplayer doc a bit.
Via this commit I wanted to thank everyone who helped with this new
network, with some people by name: Bjarni, for Endian support,
Hackykid, for Masterserver and ingame server-list, Geniusdex, for
suggestions and bug reporting, Darkvater, for the Windows testing,
Tron, for his comments and suggestions for the network, sign_de, for his
general help around the network, orudge, for his kind offer to host
our masterserver, dominik, for the network GUI, and all the others I
did not mention or forgot. Thank you all :)
0
|
1 |
// stdafx.cpp : source file that includes just the standard includes
|
|
2 |
// ttd.pch will be the pre-compiled header
|
|
3 |
// stdafx.obj will contain the pre-compiled type information
|
|
4 |
|
|
5 |
#include "stdafx.h"
|
|
6 |
|
|
7 |
// TODO: reference any additional headers you need in STDAFX.H
|
|
8 |
// and not in this file
|