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