Changeset d2d8f5 for molecuilder/src/World.hpp
- Timestamp:
- Feb 5, 2010, 3:19:27 PM (16 years ago)
- Children:
- 86b917
- Parents:
- 42918b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/World.hpp
r42918b rd2d8f5 10 10 11 11 #include <boost/thread.hpp> 12 #include <map> 12 13 13 14 #include "Patterns/Observer.hpp" … … 27 28 private: 28 29 periodentafel *periode; 30 std::map<int,atom*> atoms; 29 31 30 32 … … 52 54 53 55 // functions used for the WorldContent template mechanism 54 void registerContent(atom *theAtom); 56 void registerAtom(atom *theAtom); 57 void unregisterAtom(atom *theAtom); 55 58 private: 56 59 MoleculeListClass *molecules;
Note:
See TracChangeset
for help on using the changeset viewer.