Esempio n. 1
0
Data00Loader::Data00Loader(Executable &exe) throw(std::exception)
    : StaticDataLoader(exe), _resFork(exe.getResourceFork()), _data00(nullptr) {
}