mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
|
#include "sim_objects/default_trick_sys.sm"
|
||
|
|
||
|
##include "one/1.hh"
|
||
|
##include "many/a.hh"
|
||
|
##include "many/b.hh"
|
||
|
##include "many/c.hh"
|
||
|
##include "nested/x.hh"
|
||
|
##include "nested/y/y.hh"
|
||
|
##include "nested/z/z.hh"
|
||
|
|
||
|
class Sandbox : public Trick::SimObject {};
|