mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
10 lines
93 B
C
10 lines
93 B
C
#pragma once
|
|
|
|
extern "C" {
|
|
#ifndef _WIN32
|
|
#include <wwwsys.h>
|
|
#endif
|
|
|
|
#include <HTParse.h>
|
|
}
|