spicetools/hooks/networkhook.h

9 lines
130 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <string>
extern std::string NETWORK_ADDRESS;
extern std::string NETWORK_SUBNET;
void networkhook_init();