skia2/experimental/Intersection/EdgeMain.cpp
caryclark@google.com a3f05facab shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-06-01 17:44:28 +00:00

14 lines
261 B
C++

/*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "Intersection_Tests.h"
int main(int /*argc*/, char* /*argv*/) {
Intersection_Tests();
return 0;
}