atlas  0.6
bitmap_fwd.h
Go to the documentation of this file.
1 
5 /*
6  Copyright (C) 2004,2005 Fokko du Cloux
7  part of the Atlas of Lie Groups and Representations
8 
9  For license information see the LICENSE file
10 */
11 
12 #ifndef BITMAP_FWD_H /* guard against multiple inclusions */
13 #define BITMAP_FWD_H
14 
15 /******** forward type declarations *****************************************/
16 
17 namespace atlas {
18 
19 namespace bitmap {
20 
21  class BitMap;
22 
23 }
24 
25 }
26 
27 #endif
Definition: Atlas.h:38