diff options
| author | Steven Fuller <relnev@icculus.org> | 2007-01-12 07:53:15 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 785c016a2867676a041e27ce25e33c67f026fa4e (patch) | |
| tree | 6b653f46ddd5ff737eb19e4496ad041e021b7817 /src/win95/chnkload.hpp | |
| parent | 030db5bb236344370342447d31a3d685dd93ad92 (diff) | |
gcc 4.1 compile fixes.
Diffstat (limited to 'src/win95/chnkload.hpp')
| -rw-r--r-- | src/win95/chnkload.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win95/chnkload.hpp b/src/win95/chnkload.hpp index adf2163..e5db4e9 100644 --- a/src/win95/chnkload.hpp +++ b/src/win95/chnkload.hpp @@ -11,6 +11,8 @@ #include "bmpnames.hpp" #include "projload.hpp" +class Sprite_Header_Chunk; + #if 0 extern BOOL copy_to_mainshpl (Shape_Chunk *shape, int list_pos); extern BOOL copy_to_mainshpl (Shape_Sub_Shape_Chunk *shape, int list_pos); |
