Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/example/include/example.hpp

8 lines
80 B
C++
Raw Normal View History

2020-12-28 15:45:09 -05:00
#pragma once
#include "app.hpp"
class ExampleApp : public app {
2020-12-28 15:45:09 -05:00
public:
};