Browse Source

Update examples namespace.

pull/1/head
triton 12 years ago
parent
commit
e455af7cf2
  1. 6
      examples/OpenCV/OpenCV.cs
  2. 6
      examples/SDL/SDL.cs

6
examples/OpenCV/OpenCV.cs

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
using Cxxi.Generators;
using Cxxi.Passes;
using CppSharp.Generators;
using CppSharp.Passes;
namespace Cxxi
namespace CppSharp
{
class OpenCV : ILibrary
{

6
examples/SDL/SDL.cs

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
using Cxxi.Generators;
using Cxxi.Passes;
using CppSharp.Generators;
using CppSharp.Passes;
namespace Cxxi
namespace CppSharp
{
/// <summary>
/// Transform the SDL library declarations to something more .NET friendly.

Loading…
Cancel
Save