diff options
| author | 2008-10-21 07:00:00 -0700 | |
|---|---|---|
| committer | 2008-10-21 07:00:00 -0700 | |
| commit | 7c1b96a165f970a09ed239bb4fb3f1b0d8f2a407 (patch) | |
| tree | df5a6539447324de36e95b057d6b9f0361b7a250 /libs/ui/Point.cpp | |
Initial Contribution
Diffstat (limited to 'libs/ui/Point.cpp')
| -rw-r--r-- | libs/ui/Point.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/ui/Point.cpp b/libs/ui/Point.cpp new file mode 100644 index 0000000000..438d49fa4f --- /dev/null +++ b/libs/ui/Point.cpp @@ -0,0 +1,11 @@ +/* + * Point.cpp + * Android + * + * Created on 11/16/2006. + * Copyright 2005 The Android Open Source Project + * + */ + +#include <ui/Point.h> + |