Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

DemopajaVersion.h

00001 //-------------------------------------------------------------------------
00002 //
00003 // File:        DemopajaVersion.h
00004 // Desc:        SDK version information.
00005 // Author:      memon <memon@inside.org>
00006 //
00007 //-------------------------------------------------------------------------
00008 //  Copyright (c) 2000-2002 Moppi Productions. All Rights Reserved.
00009 //  This file is part of Moppi Demopaja SDK. For conditions of 
00010 //  distribution and use, see the accompanying license.txt file.
00011 //  http://moppi.inside.org/demopaja/
00012 //-------------------------------------------------------------------------
00013 
00014 #ifndef __DEMOPAJA_DEMOPAJAVERSION_H__
00015 #define __DEMOPAJA_DEMOPAJAVERSION_H__
00016 
00017 #include "PajaTypes.h"
00018 
00019 // Version Information
00020 const PajaTypes::uint32     DEMOPAJA_VER_MAJOR = 0;
00021 const PajaTypes::uint32     DEMOPAJA_VER_MINOR = 7;
00022 const PajaTypes::uint32     DEMOPAJA_VERSION = (DEMOPAJA_VER_MAJOR << 16 | DEMOPAJA_VER_MINOR);
00023 
00024 #endif  // __DEMOPAJA_DEMOPAJAVERSION_H__

Moppi Demopaja SDK Documentation -- Copyright © 2000-2002 Moppi Productions