mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-09 04:14:58 +00:00
15 lines
199 B
C++
15 lines
199 B
C++
//
|
|
// Created by hbenjamin on 07/06/2021.
|
|
//
|
|
|
|
#ifndef BOMBERMAN_BOMBANIMATORSYSTEM_H
|
|
#define BOMBERMAN_BOMBANIMATORSYSTEM_H
|
|
|
|
|
|
class BombAnimatorSystem {
|
|
|
|
};
|
|
|
|
|
|
#endif //BOMBERMAN_BOMBANIMATORSYSTEM_H
|