summaryrefslogtreecommitdiff
path: root/example/single_thread.cpp
diff options
context:
space:
mode:
author“pengxuanzheng” <[email protected]>2022-07-05 09:26:56 +0000
committer“pengxuanzheng” <[email protected]>2022-07-05 09:26:56 +0000
commit368976573d409c5eda178fc5081bd47e0f1a6220 (patch)
tree8176ab8b60316f3fc92cc36d695f37bddb417dbf /example/single_thread.cpp
parente075fb586aa9e72226be6888ded7a2eba72b8cd4 (diff)
✨ feat(TSG-11123): 删除多余的文件
Diffstat (limited to 'example/single_thread.cpp')
-rw-r--r--example/single_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/single_thread.cpp b/example/single_thread.cpp
index 93af151..d188c0f 100644
--- a/example/single_thread.cpp
+++ b/example/single_thread.cpp
@@ -8,7 +8,7 @@ extern "C"
#include<stdio.h>
#include<string.h>
}
-#include"../include/tsg_lua_interface.h"
+#include"../src/tsg_lua_interface.h"
char *content0 = (char *)"HanMeimei said \"hello\" to LiLei";
char content1[255];