Annotation of quake1/net_none.c, revision 1.1

1.1     ! root        1: #include "quakedef.h"
        !             2: 
        !             3: #include "net_loop.h"
        !             4: 
        !             5: net_driver_t net_drivers[MAX_NET_DRIVERS] =
        !             6: {
        !             7:        {
        !             8:        "Loopback",
        !             9:        false,
        !            10:        Loop_Init,
        !            11:        Loop_Listen,
        !            12:        Loop_SearchForHosts,
        !            13:        Loop_Connect,
        !            14:        Loop_CheckNewConnections,
        !            15:        Loop_GetMessage,
        !            16:        Loop_SendMessage,
        !            17:        Loop_SendUnreliableMessage,
        !            18:        Loop_CanSendMessage,
        !            19:        Loop_CanSendUnreliableMessage,
        !            20:        Loop_Close,
        !            21:        Loop_Shutdown
        !            22:        }
        !            23: };
        !            24: int net_numdrivers = 1;
        !            25: 
        !            26: net_landriver_t        net_landrivers[MAX_NET_DRIVERS];
        !            27: int net_numlandrivers = 0;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.