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.
04f0138b95
prism
/
engine
/
gfx
/
public
/
gfx_object.hpp
7 lines
79 B
C++
Raw
Normal View
History
Unescape
Escape
Add initial files
2020-08-11 12:07:21 -04:00
#
pragma once
class
GFXObject
{
public
:
Some minor code refactoring
2021-10-14 08:51:58 -04:00
virtual
~
GFXObject
(
)
=
default
;
Add initial files
2020-08-11 12:07:21 -04:00
}
;
Copy permalink