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.
DerelictException if the physfs library fails to load. DefileException if the physfs library fails to initialize.
See Implementation
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.