mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 02:44:04 -05:00
6 lines
212 B
C++
6 lines
212 B
C++
|
// The sole purpose of this file is to include httplib.h in a separate
|
||
|
// compilation unit, thus verifying that inline keywords have not been forgotten
|
||
|
// when linked together with test.cc.
|
||
|
|
||
|
#include <httplib.h>
|