declare stage1_spell_benchmark extern

This commit is contained in:
Andrei Alexeyev 2018-01-21 20:30:12 +02:00
parent 4eabee70a7
commit 0dde58bfd2
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -41,5 +41,5 @@ extern StageProcs stage1_procs;
extern StageProcs stage1_spell_procs;
#ifdef SPELL_BENCHMARK
AttackInfo stage1_spell_benchmark;
extern AttackInfo stage1_spell_benchmark;
#endif