Syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@2098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-02-19 21:27:41 +00:00
parent 9707691a0d
commit 5e292586a5
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
uses
CtrlLib,
Geom;
Geom,
Geom/Coords;
file
GeomTest.h,

View file

@ -2,4 +2,5 @@
#define _GeomTest_icpp_init_stub
#include "CtrlLib/init"
#include "Geom/init"
#include "Geom/Coords/init"
#endif