Skip to content
Permalink
Browse files
Add files via upload
  • Loading branch information
danyalm committed Mar 20, 2020
1 parent 06e149b commit c30d85c02f70fad9dc8fb8ef84a798083af27f3c
Show file tree
Hide file tree
Showing 24 changed files with 19 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,17 @@
 AI.cpp
G:\CardGame\CardGame\src\AI.cpp(23,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
G:\CardGame\CardGame\src\AI.cpp(45,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
Card.cpp
G:\CardGame\CardGame\src\Card.cpp(87,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
Field.cpp
Hand.cpp
G:\CardGame\CardGame\src\Hand.cpp(24,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
Main.cpp
Master.cpp
G:\CardGame\CardGame\src\Master.cpp(82,20): warning C4018: '<': signed/unsigned mismatch
Monster.cpp
Music.cpp
Player.cpp
Generating Code...
G:\CardGame\CardGame\src\Hand.cpp(165): warning C4715: 'Hand::SelectSpecificMonster': not all control paths return a value
CardGame.vcxproj -> G:\CardGame\Debug\CardGame.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
Debug|Win32|G:\CardGame\|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c30d85c

Please sign in to comment.