ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/tdrStyle.h
Revision: 1.1
Committed: Fri Jul 8 09:17:38 2011 UTC (13 years, 9 months ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: ss_summer2011approvalV2, ss_summer2011approval
Log Message:
first commit

File Contents

# User Rev Content
1 fgolf 1.1 #ifndef TDRSTYLE_H
2     #define TDRSTYLE_H
3    
4     void tdrGrid (bool gridOn);
5     void fixOverlay();
6     void setTDRStyle();
7    
8     #endif