X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FElectrons.h;h=cc81d4c004293d38c9db0a855963d7ac96002bf7;hp=2e12dd37830b5a762c57602fcb773f87463250b4;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d diff --git a/src/game_sp/Electrons.h b/src/game_sp/Electrons.h index 2e12dd37..cc81d4c0 100644 --- a/src/game_sp/Electrons.h +++ b/src/game_sp/Electrons.h @@ -8,19 +8,19 @@ #include "global.h" -extern void subAnimateElectrons(int); -extern void subDrawAnimatedElectrons(int); -extern void subDrawElectronFromAbove(int, int); -extern void subDrawElectronFromBelow(int, int); -extern void subDrawElectronFromLeft(int, int); -extern void subDrawElectronFromRight(int, int); -extern void subDrawElectronTurnLeft(int, int); -extern void subDrawElectronTurnRight(int, int); -extern void subElectronFromAbove(int, int); -extern void subElectronFromBelow(int, int); -extern void subElectronFromLeft(int, int); -extern void subElectronFromRight(int, int); -extern void subElectronTurnLeft(int, int); -extern void subElectronTurnRight(int, int); +void subAnimateElectrons(int); +void subDrawAnimatedElectrons(int); +void subDrawElectronFromAbove(int, int); +void subDrawElectronFromBelow(int, int); +void subDrawElectronFromLeft(int, int); +void subDrawElectronFromRight(int, int); +void subDrawElectronTurnLeft(int, int); +void subDrawElectronTurnRight(int, int); +void subElectronFromAbove(int, int); +void subElectronFromBelow(int, int); +void subElectronFromLeft(int, int); +void subElectronFromRight(int, int); +void subElectronTurnLeft(int, int); +void subElectronTurnRight(int, int); -#endif /* ELECTRONS_H */ +#endif // ELECTRONS_H