mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
add GDSOFTCLASS to FileAccess and DirAccess derived classes
This commit is contained in:
parent
a8598cd8e2
commit
2d0ae77719
15 changed files with 19 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
struct DirAccessWindowsPrivate;
|
||||
|
||||
class DirAccessWindows : public DirAccess {
|
||||
GDSOFTCLASS(DirAccessWindows, DirAccess);
|
||||
enum {
|
||||
MAX_DRIVES = 26
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue