MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / RenderWareLib

Function RenderWareLib

configure.py:370–378  ·  view source on GitHub ↗
(lib_name: str, objects: List[Object])

Source from the content-addressed store, hash-verified

368
369# Helper function for RenderWare libraries
370def RenderWareLib(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
371 return {
372 "lib": lib_name,
373 "src_dir": "src",
374 "mw_version": "GC/1.3.2",
375 "cflags": cflags_renderware,
376 "progress_category": "RW",
377 "objects": objects,
378 }
379
380
381# Helper function for REL script objects

Callers 1

configure.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected