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.
4a46786db0
prism
/
example
/
include
/
example.hpp
8 lines
87 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"
Update example app to compile again
2021-04-20 12:17:49 -04:00
class
ExampleApp
:
public
prism
:
:
app
{
Add skeleton for future example
2020-12-28 15:45:09 -05:00
public
:
}
;
Copy permalink