mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
6c9326f760
Closes #672
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 {};
|