]> O.S.I.I.S - jp/crow.git/commitdiff
debug: using Samples;
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 7 Jun 2021 13:53:35 +0000 (15:53 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 7 Jun 2021 13:53:35 +0000 (15:53 +0200)
Samples/HelloWorld/main.cs
Samples/PathPainter/Program.cs
Samples/dockableWindows/dockableWindows.cs
Samples/dragNdrop/dragNdrop.cs

index 73288f1b00e625e853237d07a31f3ee504f79433..e2be248e57a250a9f824148e0f10e4a4d7b2d623 100644 (file)
@@ -1,5 +1,6 @@
 using System;
 using Crow;
+using Samples;
 
 namespace HelloWorld
 {
index 5993c852f14de9339b6912b19b51e2bd30688416..257817ea331f231bd87cfd06f18cdffd246b9295 100644 (file)
@@ -1,5 +1,6 @@
 using Crow;
 using System;
+using Samples;
 
 namespace PathPainter
 {
index 8bf42a0b451a8dcb2aaefe286df87cf0c89bf94f..a08e7afb1b4fa2b4b5e974161d2e7791075a4872 100644 (file)
@@ -1,5 +1,6 @@
 using Crow;
 using Glfw;
+using Samples;
 
 namespace tests
 {
index 2ca413577f722294af24ba40cfbf58c0e53d35cf..9af1c3d3995df5ba27f361e9105a6ee3e4a0562c 100644 (file)
@@ -1,4 +1,5 @@
 using Crow;
+using Samples;
 
 namespace tests
 {