OmniEngine.Net
OmniEngine.Net copied to clipboard
Omni.self vs. pInvokes
Whats the difference between Omni.self
and private static readonly pInvokes omni = new pInvokes();
? Why do we have both? Can we possibly remove one of them so there's a single interface for interacting with the engine?