[< Back](../README.md) # Exercise: Create a class ## Exercise: Simple class 1. Create an empty class named `Clyde` within the `.hpp` file. 2. Look at other ghost `.hpp` files and see how they define the class. It does not need to inherit from the `Ghost` base class and it does not need any functions.