This repository has been archived on 2022-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
WaveGGJ17/VaporWaveWars/character.hpp
2017-01-20 20:59:31 +01:00

10 lines
116 B
C++

#ifndef CHARACTER_HPP
#define CHARACTER_HPP
class Character{
public:
Character();
};
#endif // CHARACTER_HPP