Minor formatting cleanup.
parent
3844e73d27
commit
3ba0bc8f44
|
@ -45,7 +45,7 @@ using Ode.NET;
|
||||||
namespace Drawstuff.NET
|
namespace Drawstuff.NET
|
||||||
{
|
{
|
||||||
#if dDOUBLE
|
#if dDOUBLE
|
||||||
using dReal = System.Double;
|
using dReal = System.Double;
|
||||||
#else
|
#else
|
||||||
using dReal = System.Single;
|
using dReal = System.Single;
|
||||||
#endif
|
#endif
|
||||||
|
@ -95,4 +95,4 @@ namespace Drawstuff.NET
|
||||||
[DllImport("drawstuff", EntryPoint = "dsSimulationLoop")]
|
[DllImport("drawstuff", EntryPoint = "dsSimulationLoop")]
|
||||||
public static extern void SimulationLoop(int argc, string[] argv, int window_width, int window_height, ref Functions fn);
|
public static extern void SimulationLoop(int argc, string[] argv, int window_width, int window_height, ref Functions fn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue