You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
add GDSOFTCLASS to FileAccess and DirAccess derived classes
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
struct DirAccessWindowsPrivate;
|
||||
|
||||
class DirAccessWindows : public DirAccess {
|
||||
GDSOFTCLASS(DirAccessWindows, DirAccess);
|
||||
enum {
|
||||
MAX_DRIVES = 26
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user