mirror of https://github.com/nmlgc/ReC98.git
7 lines
125 B
NASM
7 lines
125 B
NASM
|
bullet_template_t struc
|
||
|
pattern db ?
|
||
|
bullet_template_t ends
|
||
|
|
||
|
public _bullet_template
|
||
|
_bullet_template bullet_template_t <?>
|