mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 06:09:57 +00:00
9737dfad34
Resolves #19
9 lines
150 B
C
9 lines
150 B
C
#pragma once
|
|
|
|
#ifndef JAK1_ALL_JAK1_SYMBOLS_H
|
|
#define JAK1_ALL_JAK1_SYMBOLS_H
|
|
|
|
extern const char* all_syms[7941];
|
|
|
|
#endif // JAK1_ALL_JAK1_SYMBOLS_H
|