mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 02:24:34 -04:00
9737dfad34
Resolves #19
9 lines
106 B
C
9 lines
106 B
C
#pragma once
|
|
|
|
#ifndef JAK_V2_SBANK_H
|
|
#define JAK_V2_SBANK_H
|
|
|
|
void InitBanks();
|
|
|
|
#endif // JAK_V2_SBANK_H
|