Add a bunch of missing Godot headers in own files

This commit is contained in:
Rémi Verschelde
2017-03-05 15:47:28 +01:00
parent 1d08349ce9
commit 4d865b764a
2 changed files with 5 additions and 5 deletions

View File

@@ -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() {
}
}

View File

@@ -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_ */
#endif /* PLATFORM_HAIKU_POWER_HAIKU_H_ */