summaryrefslogtreecommitdiffstats
path: root/doc/bouml/jogl/cpp_includes
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-08-08 21:43:30 +0200
committerMichael Bien <[email protected]>2009-08-08 21:43:30 +0200
commit8ef9d7364a942c19ec5e1f306e08193e83f4fea6 (patch)
tree6dcf95825d2933992199a7062b15e38d3f721c95 /doc/bouml/jogl/cpp_includes
parent2a8e9876ca4567de3b08813c280d006f9b2c32e6 (diff)
parentfb3e50b4e7e11df911a83ab7966cf8f293c20da2 (diff)
Merge branch 'master' of ssh://[email protected]/jogl~jogl-git
Diffstat (limited to 'doc/bouml/jogl/cpp_includes')
-rw-r--r--doc/bouml/jogl/cpp_includes13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bouml/jogl/cpp_includes b/doc/bouml/jogl/cpp_includes
new file mode 100644
index 000000000..531b86f76
--- /dev/null
+++ b/doc/bouml/jogl/cpp_includes
@@ -0,0 +1,13 @@
+// "a type" "needed cpp_includes"
+"vector" "#include <vector>
+using namespace std;"
+
+"list" "#include <list>
+using namespace std;"
+
+"map" "#include <map>
+using namespace std;"
+
+"string" "#include <string>
+using namespace std;"
+