diff options
Diffstat (limited to 'platform/iphone/power_iphone.h')
-rw-r--r-- | platform/iphone/power_iphone.h | 4 |
1 files changed, 2 insertions, 2 deletions
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_ */ |