mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-11 17:58:29 +12:00
Fix struct & class confusion
This commit is contained in:
parent
b39e32fce0
commit
3653eb538f
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ enum class HttpActionType { None, Screenshot, Key, TogglePause, Reset, LoadRom }
|
|||
class Emulator;
|
||||
namespace httplib {
|
||||
class Server;
|
||||
class Response;
|
||||
struct Response;
|
||||
}
|
||||
|
||||
// Wrapper for httplib::Response that allows the HTTP server to wait for the response to be ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue