Changeset 25e34b for molecuilder/src/config.hpp
- Timestamp:
- Oct 17, 2009, 4:47:06 PM (16 years ago)
- Children:
- 921097
- Parents:
- e72287
- File:
-
- 1 edited
-
molecuilder/src/config.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.hpp
re72287 r25e34b 126 126 127 127 128 int ParseForParameter(int verbose, ifstream *file, const char *name, int sequential, int const xth, int const yth, int type, void *value, int repetition, int critical);129 int ParseForParameter(int verbose, struct ConfigFileBuffer *FileBuffer, const char *name, int sequential, int const xth, int const yth, int type, void *value, int repetition, int critical);130 131 128 public: 132 129 config(); … … 146 143 }; 147 144 145 int ParseForParameter(int verbose, ifstream *file, const char *name, int sequential, int const xth, int const yth, int type, void *value, int repetition, int critical); 146 int ParseForParameter(int verbose, struct ConfigFileBuffer *FileBuffer, const char *name, int sequential, int const xth, int const yth, int type, void *value, int repetition, int critical); 147 void LoadMolecule(molecule *&mol, struct ConfigFileBuffer *&FileBuffer, periodentafel *periode, bool FastParsing); 148 void PrepareFileBuffer(char *filename, struct ConfigFileBuffer *&FileBuffer); 149 148 150 #endif /* CONFIG_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.
