mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add GDSOFTCLASS to deeper inheritors of Object
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
#include "editor/file_system/editor_paths.h"
|
||||
|
||||
class EditorHTTPServer : public RefCounted {
|
||||
GDSOFTCLASS(EditorHTTPServer, RefCounted);
|
||||
|
||||
private:
|
||||
Ref<TCPServer> server;
|
||||
HashMap<String, String> mimes;
|
||||
|
||||
Reference in New Issue
Block a user