mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove ugly curl struct pointer from jsonFetchValue signature
This commit is contained in:
parent
9a39848ba9
commit
8af44f8163
6 changed files with 25 additions and 39 deletions
|
@ -30,10 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "json/json.h"
|
||||
#include "config.h"
|
||||
|
||||
#if USE_CURL
|
||||
#include <curl/curl.h>
|
||||
#endif
|
||||
|
||||
#define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789_"
|
||||
|
||||
class ModError : public std::exception
|
||||
|
@ -104,7 +100,7 @@ public:
|
|||
m_name_conflicts()
|
||||
{}
|
||||
|
||||
|
||||
|
||||
ModConfiguration(std::string worldpath);
|
||||
|
||||
// checks if all dependencies are fullfilled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue