This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
emma
/
VS_CODE
원본 프로젝트 :
wesvirus/VS_CODE
Watch
1
Star
1
포크
0
파일
트리:
7cef8a710e
브랜치
태그
master
VS_CODE
/
Qwixx
/
ScoreSheet.cpp
ScoreSheet.cpp
90 B
히스토리
Raw
1
2
3
4
5
#include "ScoreSheet.h"
ScoreSheet::ScoreSheet(std::string name)
{
savedName = name;
}