ToolMap
Loading...
Searching...
No Matches
proxy.h
1//
2// Created by Pascal on 15/07/2025.
3//
4
5#ifndef TOOLMAP_PROXY_H
6#define TOOLMAP_PROXY_H
7
8#include <wx/wxprec.h>
9
10#ifndef WX_PRECOMP
11#include <wx/wx.h>
12#endif
13
14wxString GetSystemProxy();
15
16wxString GetProxy();
17
18#endif // TOOLMAP_PROXY_H