instantiate gobject from prototype and another gobject

This commit is contained in:
2019-04-13 02:04:57 +07:00
parent 4e278f3c15
commit bb3d7bb3b5
9 changed files with 67 additions and 8 deletions

View File

@@ -2,6 +2,8 @@
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
cloc \
$SCRIPT_DIR/../headers/enduro2d \
$SCRIPT_DIR/../headers/3rdparty/ecs.hpp \
$SCRIPT_DIR/../headers/3rdparty/promise.hpp \
$SCRIPT_DIR/../sources/enduro2d \
$SCRIPT_DIR/../samples/sources \
$SCRIPT_DIR/../untests/sources

View File

@@ -2,4 +2,6 @@
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
cloc \
$SCRIPT_DIR/../headers/enduro2d \
$SCRIPT_DIR/../headers/3rdparty/ecs.hpp \
$SCRIPT_DIR/../headers/3rdparty/promise.hpp \
$SCRIPT_DIR/../sources/enduro2d

View File

@@ -1,3 +1,6 @@
#!/bin/bash
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
cloc $SCRIPT_DIR/../headers/enduro2d
cloc \
$SCRIPT_DIR/../headers/enduro2d \
$SCRIPT_DIR/../headers/3rdparty/ecs.hpp \
$SCRIPT_DIR/../headers/3rdparty/promise.hpp \