소스 검색

Update #include path for Time usage

Kaleb Reid 3 달 전
부모
커밋
a962fb740d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contributing/development/core_and_modules/common_engine_methods_and_macros.rst

+ 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.