mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
#include "sim_objects/default_trick_sys.sm"
|
||
|
|
||
|
##include "Foo.hh"
|
||
|
##include "Warning.hh"
|
||
|
|
||
|
class Sandbox : public Trick::SimObject {};
|