summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 1a439d5a68..926aca17df 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -346,6 +346,7 @@ public:
virtual int res_steam() const = 0;
virtual int res_cold() const = 0;
virtual int res_elec() const = 0;
+ virtual int res_asphyx() const = 0;
virtual int res_poison() const = 0;
virtual int res_sticky_flame() const = 0;
virtual int res_negative_energy() const = 0;
@@ -905,6 +906,7 @@ public:
int res_steam() const;
int res_cold() const;
int res_elec() const;
+ int res_asphyx() const;
int res_poison() const;
int res_sticky_flame() const;
int res_negative_energy() const;
@@ -1255,6 +1257,7 @@ public:
int res_steam() const;
int res_cold() const;
int res_elec() const;
+ int res_asphyx() const;
int res_poison() const;
int res_sticky_flame() const;
int res_negative_energy() const;