/builddir/build/BUILD/raul-0.4.0/raul/types.hpp

00001 /* This file is part of Raul.
00002  * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
00003  * 
00004  * Raul is free software; you can redistribute it and/or modify it under the
00005  * terms of the GNU General Public License as published by the Free Software
00006  * Foundation; either version 2 of the License, or (at your option) any later
00007  * version.
00008  * 
00009  * Raul is distributed in the hope that it will be useful, but WITHOUT ANY
00010  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00011  * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for details.
00012  * 
00013  * You should have received a copy of the GNU General Public License along
00014  * with this program; if not, write to the Free Software Foundation, Inc.,
00015  * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
00016  */
00017 
00018 #ifndef RAUL_TYPES_HPP
00019 #define RAUL_TYPES_HPP
00020 
00021 #include <stdint.h>
00022 
00023 namespace Raul {
00024 
00025 typedef uint32_t TickTime;  
00026 typedef uint32_t TickCount; 
00027 typedef double   BeatTime;
00028 typedef double   BeatCount;
00029 typedef double   Seconds;
00030 
00031 typedef unsigned char Byte;
00032 
00033 }
00034 
00035 #endif // RAUL_TYPES_HPP

Generated on Wed Apr 9 08:14:41 2008 for RAUL by  doxygen 1.5.1