Changeset 256
- Timestamp:
- 04/24/07 13:15:01 (1 year ago)
- Files:
-
- trunk/DerelictUtil/derelict/util/loader.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DerelictUtil/derelict/util/loader.d
r250 r256 382 382 383 383 myLib = Derelict_LoadSharedLib(libNames); 384 385 if(userLoad is null) 386 { 387 throw new DerelictException("The internal load function has not been configured. You are most likely calling a Derelict load method from a module constructor, or a static class constructor. Don't."); 388 } 384 389 userLoad(myLib); 385 390 }
