Bläddra i källkod

Update #include path for Time usage

Kaleb Reid 3 månader sedan
förälder
incheckning
a962fb740d

+ 1 - 1
contributing/development/core_and_modules/common_engine_methods_and_macros.rst

@@ -149,7 +149,7 @@ declaration.
 
 .. note::
 
-    You may have to ``#include "core/os/os.h"`` if it's not present already.
+    You may have to ``#include "core/os/time.h"`` if it's not present already.
 
     When opening a pull request, make sure to remove this snippet as well as the
     include if it wasn't there previously.