| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef __GLOBALS_H__ | |
| 2 | #define __GLOBALS_H__ | |
| 3 | ||
| 4 | + | #include <iostream> |
| 5 | + | |
| 6 | #include <cstdlib> | |
| 7 | #include <vector> | |
| 8 | ||
| # | Line 18 | Line 20 | class Globals{ (public) | |
| 20 | ||
| 21 | Globals(); | |
| 22 | ~Globals(); | |
| 23 | < | |
| 23 | > | |
| 24 | int newComponent( event* the_event ); | |
| 25 | int componentAssign( event* the_event ); | |
| 26 | int componentEnd( event* the_event ); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |