From d5052f1c296dddf51b3e83d59bf3e3c1952cb2d0 Mon Sep 17 00:00:00 2001 From: cathook Date: Sun, 1 Jun 2014 13:56:57 +0800 Subject: big chnage --- doc/html/ViewPort_8h_source.html | 90 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 doc/html/ViewPort_8h_source.html (limited to 'doc/html/ViewPort_8h_source.html') diff --git a/doc/html/ViewPort_8h_source.html b/doc/html/ViewPort_8h_source.html new file mode 100644 index 0000000..c4e3cf5 --- /dev/null +++ b/doc/html/ViewPort_8h_source.html @@ -0,0 +1,90 @@ + + + + + + + +Templates -- Meow: meowpp/gra/ViewPort.h Source File + + + + + + + + + + + +
+
+ + + + + + + +
+
Templates -- Meow +  1.1.2 +
+
不能,也不應該先編譯成obj-file的templates
+
+
+ + +
+
+ +
+
+
+ +
+
+
+
ViewPort.h
+
+
+Go to the documentation of this file.
1 #ifndef gra_ViewPort_H__
+
2 #define gra_ViewPort_H__
+
3 
+
4 #include "../oo/ObjBase.h"
+
5 
+
6 namespace meow {
+
7 
+
11 class ViewPort: public ObjBase {
+
12 
+
13 };
+
14 
+
15 
+
16 }
+
17 
+
18 #endif // gra_ViewPort_H__
+
19 
+
+
+ + + + + -- cgit