Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/sg/cursor_shape is written in an unsupported language. File is not indexed.

0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003 
0004 #ifndef tools_sg_cursor_shape
0005 #define tools_sg_cursor_shape
0006 
0007 namespace tools {
0008 namespace sg {
0009 
0010 enum cursor_shape {
0011   cursor_default = 0,
0012   cursor_target
0013 };
0014 
0015 }}
0016 
0017 #endif
0018