You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Add GDSOFTCLASS to deeper inheritors of Object
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
#include <sys/socket.h>
|
||||
|
||||
class NetSocketUnix : public NetSocket {
|
||||
GDSOFTCLASS(NetSocketUnix, NetSocket);
|
||||
|
||||
private:
|
||||
int _sock = -1;
|
||||
IP::Type _ip_type = IP::TYPE_NONE;
|
||||
|
||||
Reference in New Issue
Block a user