historical/toontown-classic.git/panda/include/parser-inc/netdb.h

10 lines
125 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#pragma once
#include <inttypes.h>
#include <netinet/in.h>
struct hostent;
struct netent;
struct protoent;
struct servent;