This website requires JavaScript.
Sign in
redstrate
/
prism
Archived
Watch
1
Fork
You've already forked prism
0
Code
Activity
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.
8370dfb6d6
prism
/
example
/
include
/
example.hpp
8 lines
80 B
C++
Raw
Normal View
History
Unescape
Escape
Add skeleton for future example
2020-12-28 15:45:09 -05:00
#
pragma once
#
include
"app.hpp"
Begin work on converting to the new class naming scheme and the new prism namespace
2021-04-19 12:06:44 -04:00
class
ExampleApp
:
public
app
{
Add skeleton for future example
2020-12-28 15:45:09 -05:00
public
:
}
;
Copy permalink