Minor changes here and there.
[aesalon.git] / include / ModuleID.h
blob8bf2b88fc877dad7cd941c5b6b2ff6408264e738
1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file ModuleID.h
8 */
10 #ifndef AesalonModuleID_H
11 #define AesalonModuleID_H
13 #include <stdint.h>
15 typedef uint16_t ModuleID;
17 #endif