This website requires JavaScript.
Explore
Help
Sign In
oyvindskaaden
/
TDT4102-Ovinger
Watch
1
Star
0
Fork
You've already forked TDT4102-Ovinger
0
Code
Issues
Pull Requests
Releases
Activity
1a68ecad3d
TDT4102-Ovinger
/
Oving7
/
Oving 7
/
Face.h
11 lines
100 B
C++
Raw
Blame
History
#
pragma once
#
include
"Emoji.h"
class
Face
:
public
Emoji
{
public
:
Face
(
)
;
virtual
~
Face
(
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink