Include file iff_glob.h
#ifndef __SIMS_iff_glob_h
#define __SIMS_iff_glob_h
#include <iosfwd>
class simIFF_GLOB
{
char m_glob['0'];
simIFF_GLOB(const simIFF_GLOB&); // no copy
void operator=(const simIFF_GLOB&); // no assign
public:
simIFF_GLOB(std::istream *in);
bool err(void) const { return *m_glob == '\0'; }
const char *glob(void) const { return m_glob; }
};
#endif // __SIMS_iff_glob_h
Copyright ©
2001-2008 Dave Baum and Greg Noel. All rights reserved.
The Sims™ is a trademark of Maxis and Electronic Arts.
This page was last modified Friday, 19-Dec-2003 16:18:33 UTC.
The Sims™ is a trademark of Maxis and Electronic Arts.
This page was last modified Friday, 19-Dec-2003 16:18:33 UTC.
