mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
Small cleanups.
This commit is contained in:
parent
b2ea81dd54
commit
ff7d8135ec
@ -8,7 +8,7 @@
|
||||
#include "core/reference.h"
|
||||
|
||||
class Directory : public Reference {
|
||||
RCPP_OBJECT(Directory, Reference);
|
||||
SFW_OBJECT(Directory, Reference);
|
||||
public:
|
||||
Error open_dir(const String &path, bool skip_specials = true);
|
||||
Error open_dir(const char *path, bool skip_specials = true);
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "string.h"
|
||||
|
||||
#include "core/math/math.h"
|
||||
#include "math.h"
|
||||
#include "error_macros.h"
|
||||
#include "variant.h"
|
||||
#include <stdlib.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "variant.h"
|
||||
|
||||
#include "core/math/math.h"
|
||||
#include "math.h"
|
||||
#include "core/reference.h"
|
||||
|
||||
Variant::Type Variant::get_type() const {
|
||||
|
Loading…
Reference in New Issue
Block a user