C:/tmp/structs/src.cpp

Go to the documentation of this file.
00001 struct table {
00002         float x;
00003         float y;
00004         float z;
00005 };
00006 
00007 void userTable() {
00008         table foo;
00009 
00010         foo.x = 10;
00011         foo.y = 10;
00012         foo.z = 10;
00013 }

Generated on Thu Mar 9 12:08:09 2006 for structs by  doxygen 1.4.6-NO