diff options
| author | Indah Sylvia | 2017-08-05 21:55:37 +0700 |
|---|---|---|
| committer | Indah Sylvia | 2017-08-07 20:03:58 +0700 |
| commit | 83691fec4e8afb8ee7044ea73db737bea390893d (patch) | |
| tree | 023561af3ceaec5bfb5a33d4528f3f077868abd9 /core/node_path.h | |
| parent | cfe4b30941a3388a5ee40690fd468f994180fa86 (diff) | |
| download | godot-83691fec4e8afb8ee7044ea73db737bea390893d.tar.gz godot-83691fec4e8afb8ee7044ea73db737bea390893d.tar.zst godot-83691fec4e8afb8ee7044ea73db737bea390893d.zip | |
Diffstat (limited to 'core/node_path.h')
| -rw-r--r-- | core/node_path.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/node_path.h b/core/node_path.h index 1aed7535c..31446ab9b 100644 --- a/core/node_path.h +++ b/core/node_path.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* path_db.h */ +/* node_path.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ @@ -27,8 +27,8 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PATH_DB_H -#define PATH_DB_H +#ifndef NODE_PATH_H +#define NODE_PATH_H #include "string_db.h" #include "ustring.h" |
