mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
[ci-skip] fix title
This commit is contained in:
parent
2203c1f64f
commit
e667e69d89
|
@ -83,7 +83,7 @@ running lua code
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
int main(int, char*[]) {
|
int main(int, char*[]) {
|
||||||
std::cout << "=== running lua code (low level) example ===" << std::endl;
|
std::cout << "=== running lua code example ===" << std::endl;
|
||||||
|
|
||||||
sol::state lua;
|
sol::state lua;
|
||||||
lua.open_libraries(sol::lib::base);
|
lua.open_libraries(sol::lib::base);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user