| 1 | #include "Commerce/cCommerce.h" |
| 2 | |
| 3 | bool cCommerce::PurchaseDLCByIndex(unsigned int, int) { |
| 4 | return false; |
| 5 | } |
| 6 | |
| 7 | bool cCommerce::PurchaseDLCByPackID(unsigned int) { |
| 8 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected