Update Weather node's include guard.

This commit is contained in:
Relintai 2022-02-17 23:53:36 +01:00
parent a998bfbc23
commit c553d1c850

View File

@ -1,5 +1,5 @@
#ifndef WEATHER_CONTROLLER_H
#define WEATHER_CONTROLLER_H
#ifndef WEATHER_NODE_H
#define WEATHER_NODE_H
#include "core/containers/vector.h"
#include "core/string.h"