mirror of
https://github.com/open-goal/jak-project
synced 2026-08-05 09:34:51 -04:00
9 lines
84 B
C
9 lines
84 B
C
|
|
|
|
#ifndef JAK_LABEL_H
|
|
#define JAK_LABEL_H
|
|
|
|
struct Label {};
|
|
|
|
#endif // JAK_LABEL_H
|