Sirikata
libcore/include/sirikata/core/prox/Defs.hpp
Go to the documentation of this file.
00001 // Copyright (c) 2012 Sirikata Authors. All rights reserved.
00002 // Use of this source code is governed by a BSD-style license that can
00003 // be found in the LICENSE file.
00004 
00005 #ifndef _SIRIKATA_LIBCORE_PROX_DEFS_HPP_
00006 #define _SIRIKATA_LIBCORE_PROX_DEFS_HPP_
00007 
00008 #include <sirikata/core/util/Platform.hpp>
00009 
00010 namespace Sirikata {
00011 
00012 typedef uint32 ProxIndexID;
00013 
00014 } // namespace Sirikata
00015 
00016 #endif //_SIRIKATA_LIBCORE_PROX_DEFS_HPP_