diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 15:47:28 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 15:47:28 +0100 |
commit | e1c1d7d1d7d9b3f3f64c9887107f55a22f5d0a31 (patch) | |
tree | 21fd6bc7cd7824ba2ee55a4ed9fd65977f3c1fe2 /platform | |
parent | 481e511082fbe746a9436d2a79d42c62ba2b039a (diff) |
Add a bunch of missing Godot headers in own files
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/power_android.cpp | 2 | ||||
-rw-r--r-- | platform/android/power_android.h | 4 | ||||
-rw-r--r-- | platform/bb10/power_bb10.cpp | 2 | ||||
-rw-r--r-- | platform/bb10/power_bb10.h | 4 | ||||
-rw-r--r-- | platform/haiku/power_haiku.cpp | 4 | ||||
-rw-r--r-- | platform/haiku/power_haiku.h | 6 | ||||
-rw-r--r-- | platform/iphone/power_iphone.cpp | 4 | ||||
-rw-r--r-- | platform/iphone/power_iphone.h | 4 | ||||
-rw-r--r-- | platform/javascript/power_javascript.cpp | 4 | ||||
-rw-r--r-- | platform/javascript/power_javascript.h | 4 | ||||
-rw-r--r-- | platform/osx/power_osx.cpp | 4 | ||||
-rw-r--r-- | platform/osx/power_osx.h | 4 | ||||
-rw-r--r-- | platform/uwp/os_uwp.cpp | 1 | ||||
-rw-r--r-- | platform/windows/power_windows.cpp | 4 | ||||
-rw-r--r-- | platform/windows/power_windows.h | 4 | ||||
-rw-r--r-- | platform/x11/power_x11.cpp | 4 | ||||
-rw-r--r-- | platform/x11/power_x11.h | 4 |
17 files changed, 31 insertions, 32 deletions
diff --git a/platform/android/power_android.cpp b/platform/android/power_android.cpp index 8cd5cb1397..dc3a4ec90c 100644 --- a/platform/android/power_android.cpp +++ b/platform/android/power_android.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/platform/android/power_android.h b/platform/android/power_android.h index 873f06de1d..c59bdf3888 100644 --- a/platform/android/power_android.h +++ b/platform/android/power_android.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -79,4 +79,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_ANDROID_POWER_ANDROID_H_ */
\ No newline at end of file +#endif /* PLATFORM_ANDROID_POWER_ANDROID_H_ */ diff --git a/platform/bb10/power_bb10.cpp b/platform/bb10/power_bb10.cpp index ef4a59d5d0..5cd84d6246 100644 --- a/platform/bb10/power_bb10.cpp +++ b/platform/bb10/power_bb10.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/platform/bb10/power_bb10.h b/platform/bb10/power_bb10.h index 156dd31df7..0e6eb53d03 100644 --- a/platform/bb10/power_bb10.h +++ b/platform/bb10/power_bb10.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -46,4 +46,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_BB10_POWER_BB10_H_ */
\ No newline at end of file +#endif /* PLATFORM_BB10_POWER_BB10_H_ */ diff --git a/platform/haiku/power_haiku.cpp b/platform/haiku/power_haiku.cpp index ecedc46500..6a54c7b360 100644 --- a/platform/haiku/power_haiku.cpp +++ b/platform/haiku/power_haiku.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -71,4 +71,4 @@ PowerHaiku::PowerHaiku() : nsecs_left(-1), percent_left(-1), power_state(POWERST } PowerHaiku::~PowerHaiku() { -}
\ No newline at end of file +} diff --git a/platform/haiku/power_haiku.h b/platform/haiku/power_haiku.h index 0889e5880c..b46cfa3454 100644 --- a/platform/haiku/power_haiku.h +++ b/platform/haiku/power_haiku.h @@ -1,11 +1,11 @@ /*************************************************************************/ -/* power_haiku.h */ +/* power_haiku.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -46,4 +46,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_HAIKU_POWER_HAIKU_H_ */
\ No newline at end of file +#endif /* PLATFORM_HAIKU_POWER_HAIKU_H_ */ diff --git a/platform/iphone/power_iphone.cpp b/platform/iphone/power_iphone.cpp index 44013794ad..db555f30c2 100644 --- a/platform/iphone/power_iphone.cpp +++ b/platform/iphone/power_iphone.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -68,4 +68,4 @@ PowerIphone::PowerIphone() : nsecs_left(-1), percent_left(-1), power_state(POWER PowerIphone::~PowerIphone() { // TODO Auto-generated destructor stub -}
\ No newline at end of file +} diff --git a/platform/iphone/power_iphone.h b/platform/iphone/power_iphone.h index 5ab2a6c27f..8890c33e74 100644 --- a/platform/iphone/power_iphone.h +++ b/platform/iphone/power_iphone.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -47,4 +47,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_IPHONE_POWER_IPHONE_H_ */
\ No newline at end of file +#endif /* PLATFORM_IPHONE_POWER_IPHONE_H_ */ diff --git a/platform/javascript/power_javascript.cpp b/platform/javascript/power_javascript.cpp index d535ea4a5a..9d2d0364aa 100644 --- a/platform/javascript/power_javascript.cpp +++ b/platform/javascript/power_javascript.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -73,4 +73,4 @@ PowerJavascript::PowerJavascript() : nsecs_left(-1), percent_left(-1), power_sta } PowerJavascript::~PowerJavascript() { -}
\ No newline at end of file +} diff --git a/platform/javascript/power_javascript.h b/platform/javascript/power_javascript.h index e93737f98a..bdef2be7e1 100644 --- a/platform/javascript/power_javascript.h +++ b/platform/javascript/power_javascript.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -48,4 +48,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_JAVASCRIPT_POWER_JAVASCRIPT_H_ */
\ No newline at end of file +#endif /* PLATFORM_JAVASCRIPT_POWER_JAVASCRIPT_H_ */ diff --git a/platform/osx/power_osx.cpp b/platform/osx/power_osx.cpp index 0b20a78b92..5c8f067f24 100644 --- a/platform/osx/power_osx.cpp +++ b/platform/osx/power_osx.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -230,4 +230,4 @@ power_osx::power_osx() : nsecs_left(-1), percent_left(-1), power_state(POWERSTAT power_osx::~power_osx() { -}
\ No newline at end of file +} diff --git a/platform/osx/power_osx.h b/platform/osx/power_osx.h index a8ab50d9f2..a4aee31117 100644 --- a/platform/osx/power_osx.h +++ b/platform/osx/power_osx.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -54,4 +54,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_OSX_POWER_OSX_H_ */
\ No newline at end of file +#endif /* PLATFORM_OSX_POWER_OSX_H_ */ diff --git a/platform/uwp/os_uwp.cpp b/platform/uwp/os_uwp.cpp index f2a99fe62c..eb62164fd5 100644 --- a/platform/uwp/os_uwp.cpp +++ b/platform/uwp/os_uwp.cpp @@ -28,7 +28,6 @@ /*************************************************************************/ #include "drivers/gles2/rasterizer_gles2.h" #include "os_uwp.h" -#include "drivers/unix/memory_pool_static_malloc.h" #include "os/memory_pool_dynamic_static.h" #include "thread_uwp.h" #include "drivers/windows/semaphore_windows.h" diff --git a/platform/windows/power_windows.cpp b/platform/windows/power_windows.cpp index a19472ab8f..899b620a24 100644 --- a/platform/windows/power_windows.cpp +++ b/platform/windows/power_windows.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -105,4 +105,4 @@ PowerWindows::PowerWindows() : nsecs_left(-1), percent_left(-1), power_state(POW } PowerWindows::~PowerWindows() { -}
\ No newline at end of file +} diff --git a/platform/windows/power_windows.h b/platform/windows/power_windows.h index a3a0b9568f..5c26faa3d1 100644 --- a/platform/windows/power_windows.h +++ b/platform/windows/power_windows.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -54,4 +54,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_WINDOWS_POWER_WINDOWS_H_ */
\ No newline at end of file +#endif /* PLATFORM_WINDOWS_POWER_WINDOWS_H_ */ diff --git a/platform/x11/power_x11.cpp b/platform/x11/power_x11.cpp index f6966124b6..472a32bb48 100644 --- a/platform/x11/power_x11.cpp +++ b/platform/x11/power_x11.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -572,4 +572,4 @@ int PowerX11::get_power_percent_left() { else { return -1; } -}
\ No newline at end of file +} diff --git a/platform/x11/power_x11.h b/platform/x11/power_x11.h index 5d03cac394..6efb2de348 100644 --- a/platform/x11/power_x11.h +++ b/platform/x11/power_x11.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -65,4 +65,4 @@ public: int get_power_percent_left(); }; -#endif /* X11_POWER_H_ */
\ No newline at end of file +#endif /* X11_POWER_H_ */ |