Changeset 42918b for molecuilder/src/World.hpp
- Timestamp:
- Feb 5, 2010, 2:59:41 PM (16 years ago)
- Children:
- d2d8f5
- Parents:
- 181488
- git-author:
- Tillmann Crueger <crueger@…> (02/05/10 14:53:21)
- git-committer:
- Tillmann Crueger <crueger@…> (02/05/10 14:59:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/World.hpp
r181488 r42918b 17 17 class periodentafel; 18 18 class MoleculeListClass; 19 class atom; 19 20 20 21 class World : public Observable … … 49 50 public: 50 51 MoleculeListClass *getMolecules(); 52 53 // functions used for the WorldContent template mechanism 54 void registerContent(atom *theAtom); 51 55 private: 52 56 MoleculeListClass *molecules;
Note:
See TracChangeset
for help on using the changeset viewer.