summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-11-03 04:18:35 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commitb66cdf804fe9369f2c90857ca240670542495236 (patch)
treec08572bc14ccea7210d3eaa1f865a26e0b598b5f /src/stubs.c
parenta1d0e0dc87b7db48af6e73628c722e248cb2e0e8 (diff)
Skirmish mode now works
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 1737635..341c5f6 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -59,55 +59,6 @@ char *GetVideoModeDescription3()
}
-/* directplay.c */
-int DirectPlay_ConnectingToLobbiedGame(char* playerName)
-{
- fprintf(stderr, "DirectPlay_ConnectingToLobbiedGame(%s)\n", playerName);
-
- return 0;
-}
-
-int DirectPlay_ConnectingToSession()
-{
- fprintf(stderr, "DirectPlay_ConnectingToSession()\n");
-
- return 0;
-}
-
-BOOL DirectPlay_UpdateSessionList(int *SelectedItem)
-{
- fprintf(stderr, "DirectPlay_UpdateSessionList(%p)\n", SelectedItem);
-
- return 0;
-}
-
-int DirectPlay_JoinGame()
-{
- fprintf(stderr, "DirectPlay_JoinGame()\n");
-
- return 0;
-}
-
-void DirectPlay_EnumConnections()
-{
- fprintf(stderr, "DirectPlay_EnumConnections()\n");
-}
-
-int DirectPlay_HostGame(char *playerName, char *sessionName,int species,int gamestyle,int level)
-{
- fprintf(stderr, "DirectPlay_HostGame(%s, %s, %d, %d, %d)\n", playerName, sessionName, species, gamestyle, level);
-
- return 0;
-}
-
-int DirectPlay_ConnectToSession(int sessionNumber, char *playerName)
-{
- fprintf(stderr, "DirectPlay_ConnectToSession(%d, %s)\n", sessionNumber, playerName);
-
- return 0;
-}
-
-
/* cd_player.cpp */
int CDPlayerVolume;