Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <string>
#include <vector>
#include <fcntl.h>
#include <unistd.h>
#include "inet.h"
#include "inet_file.h"
#include <pwd.h>
Go to the source code of this file.
Functions | |
bool | scanChar (string s, char c, float &val) |
bool | ForwardBytes (int fd, int mysocket_write, char buf[65536]) |
int | main (int argc, char **argv) |
Variables | |
float | fadein = 0 |
float | fadeout = 0 |
float | volume = 1 |
bool | quit = false |
Definition at line 38 of file port_forwarder.cpp.
References INET_BytesToRead(), INET_Recv(), and INET_Write().
Referenced by main().
Definition at line 52 of file port_forwarder.cpp.
References ForwardBytes(), i, INET_AcceptFrom(), INET_cleanup(), INET_ConnectTo(), and INET_startup().
float fadein = 0 |
Definition at line 17 of file port_forwarder.cpp.
Referenced by F0rkProcess(), main(), PlayMusic(), and ScanOptions().
float fadeout = 0 |
Definition at line 18 of file port_forwarder.cpp.
Referenced by F0rkProcess(), main(), PlayMusic(), and ScanOptions().
bool quit = false |
Definition at line 37 of file port_forwarder.cpp.
float volume = 1 |
Definition at line 19 of file port_forwarder.cpp.
Referenced by AddMounts(), AUDChangeVolume(), createMount(), F0rkProcess(), main(), PlayMusic(), ScanOptions(), Unit::UpgradeMounts(), and Unit::WriteUnitString().