/* -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * Copyright (c) 2003 Tapwave, Inc. (unpublished) * * All rights reserved. This is private and not for public distribution. */ #ifndef __TWERROR_H__ #define __TWERROR_H__ #include // Define base values for error codes unique to Tapwave api's #define twGfxErrorBase (oemErrorClass + 0x100) #define twHighScoreErrorBase (oemErrorClass + 0x200) #endif /* __TWERROR_H__ */