Defile.initialize

Must be called before any other methods.

Calling other methods without first calling initialize should be considered as undefined behavior. The result will almost surely be a crash, since this method loads and initializes the PhysicsFS library.

struct Defile
static
void
initialize
()

Throws

DerelictException if the physfs library fails to load. DefileException if the physfs library fails to initialize.

Meta