Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
5cb7da09
Unverified
Commit
5cb7da09
authored
Feb 08, 2019
by
RobLoach
Committed by
GitHub
Feb 08, 2019
Browse files
Merge pull request #363 from libretro/stb
Update stb
parents
53a23b9f
a752b3ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/love/script.cpp
View file @
5cb7da09
...
...
@@ -114,7 +114,6 @@ script::script(const std::string& file) {
// ChaiScript Standard Library Additions
// This adds some basic type definitions to ChaiScript.
chai
.
add
(
bootstrap
::
standard_library
::
vector_type
<
std
::
vector
<
bool
>>
(
"VectorBool"
));
chai
.
add
(
bootstrap
::
standard_library
::
vector_type
<
std
::
vector
<
int
>>
(
"VectorInt"
));
chai
.
add
(
bootstrap
::
standard_library
::
vector_type
<
std
::
vector
<
float
>>
(
"VectorFloat"
));
chai
.
add
(
bootstrap
::
standard_library
::
vector_type
<
std
::
vector
<
std
::
string
>>
(
"StringVector"
));
...
...
stb
@
59e9702b
Compare
e6afb9cb
...
59e9702b
Subproject commit
e6afb9cbae4064da8c3e69af3ff5c4629579c1d2
Subproject commit
59e9702be5bfc0061e756c7beab7dcd3d363400d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment