Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
COMS327
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jake Feddersen
COMS327
1a18279bedd8d16dbdf2a63521ef2bcafdfee1c0
coms327
feddersen_jacob.assignment-1.06
display_result.h
Find file
Normal view
Permalink
display_result.h
101 B
Newer
Older
Convert everything to CPP, but doesn't work yet
Jake Feddersen
committed
6 years ago
1
2
3
4
5
6
7
8
#ifndef DISPLAY_RESULT_H
#define DISPLAY_RESULT_H
void
display_win
();
void
display_lose
();
#endif