return spine events and commands parsing

This commit is contained in:
2019-11-17 11:14:52 +07:00
parent a78cdaf72a
commit eed478f288
17 changed files with 857 additions and 121 deletions

View File

@@ -3,5 +3,7 @@ SCRIPT_DIR=`dirname "$BASH_SOURCE"`
cloc \
$SCRIPT_DIR/../headers/enduro2d \
$SCRIPT_DIR/../sources/enduro2d \
$SCRIPT_DIR/../samples/bin \
$SCRIPT_DIR/../samples/sources \
$SCRIPT_DIR/../untests/bin \
$SCRIPT_DIR/../untests/sources

View File

@@ -1,3 +1,5 @@
#!/bin/bash
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
cloc $SCRIPT_DIR/../samples/sources
cloc \
$SCRIPT_DIR/../samples/bin \
$SCRIPT_DIR/../samples/sources

View File

@@ -1,3 +1,5 @@
#!/bin/bash
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
cloc $SCRIPT_DIR/../untests/sources
cloc \
$SCRIPT_DIR/../untests/bin \
$SCRIPT_DIR/../untests/sources