This website requires JavaScript.
Explore
Help
Register
Sign In
BigC
/
ArchitectureColoredPainting
Watch
4
Star
2
Fork
You've already forked ArchitectureColoredPainting
0
Code
Issues
6
Pull Requests
Projects
Releases
5
Wiki
Activity
5fd42b6636
ArchitectureColoredPainting
/
ArchitectureColoredPainting
/
Drawable.h
8 lines
71 B
C++
Raw
Blame
History
#
pragma once
class
Drawable
{
public
:
virtual
void
draw
(
)
=
0
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink