mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 19:36:45 +00:00
15 lines
249 B
C++
15 lines
249 B
C++
|
|
||
|
#ifndef _STLUTILITIES_HH_
|
||
|
#define _STLUTILITIES_HH_
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
namespace Trick {
|
||
|
|
||
|
void delete_trick_stl( std::string object_name , unsigned int stl_id) ;
|
||
|
void delete_trick_map_stl( std::string obj_name , unsigned int stl_id ) ;
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|