#include <Goofy.h>
|
static int | Shell (std::string s) |
|
Definition at line 13 of file Goofy.h.
◆ Goofy() [1/2]
Definition at line 12 of file Goofy.cpp.
13{
14
15 Banner();
16
17 theMessenger=new GoofyMessenger(this);
18 theProject=new ProjectMessenger(this);
19 theRandomCenter=new RandomCenterMessenger(this);
20
21}
◆ Goofy() [2/2]
Goofy::Goofy |
( |
int | , |
|
|
char ** | ) |
◆ ~Goofy()
Definition at line 55 of file Goofy.cpp.
56{
57 delete theMessenger;
58 delete theProject;
59 delete theRandomCenter;
60}
◆ Shell()
int Goofy::Shell |
( |
std::string | s | ) |
|
|
static |
The documentation for this class was generated from the following files: