Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
hitmap.h
Go to the documentation of this file.
1 
164 #ifndef _HITMAP_
165 #define _HITMAP_
166 
170 #define HITMAP_VERSION 1.2
171 
172 #include "hit_funcop.h"
173 
174 #include "hit_topology.h"
175 #include "hit_layout.h"
176 #include "hit_pattern.h"
177 
178 //#include "hit_shape.h"
179 #include "hit_sshape.h"
180 #include "hit_cshape.h"
181 #include "hit_bshape.h"
182 
183 #include "hit_dump.h"
184 
185 #include "hit_tile.h"
186 #include "hit_gctile.h"
187 #include "hit_gbtile.h"
188 #include "hit_mctile.h"
189 #include "hit_mbtile.h"
190 
191 
192 #include "hit_utils.h"
193 #include "hit_file.h"
194 
195 #include "hit_blockTile.h"
196 
197 #endif