~marmuta/onboardosk/trunk

« back to all changes in this revision

Viewing changes to src/libonboardosk/tools/rect_fwd.h

  • Committer: marmuta
  • Date: 2017-08-23 22:00:55 UTC
  • mfrom: (0.1.25 onboardosk)
  • Revision ID: marmvta@gmail.com-20170823220055-4y6meaas01uct8wm
Attempt at reducing include dependencies. Marginally effective.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef RECT_FWD_H
 
2
#define RECT_FWD_H
 
3
 
 
4
template<class T> class TRect;
 
5
typedef TRect<double> Rect;
 
6
 
 
7
#endif // RECT_FWD_H
 
8
 
 
9
 
 
10
 
 
11
 
 
12
 
 
13
 
 
14
 
 
15