add enet for some client/server tests

This commit is contained in:
=
2015-05-05 12:51:38 -07:00
parent 3da8dbce1c
commit 7eec0dc57d
25 changed files with 6496 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ ImportUrdfSetup::ImportUrdfSetup(struct GUIHelperInterface* helper, int option,
do
{
result = fscanf(f,"%s",fileName);
b3Printf("urdf_files.txt entry %s",fileName);
if (result==1)
{
gFileNameArray.push_back(fileName);