Skip to content

Commit

Permalink
Merge branch 'release/more-cleaning'
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshackleton committed Jun 7, 2015
2 parents 333b5dd + 7817821 commit 788576d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/FiveEval.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include "Constants.h"

#ifdef __cplusplus
extern "C" {
#endif
class FiveEval {
public:
FiveEval();
Expand All @@ -46,8 +43,5 @@ class FiveEval {
short unsigned mDeckcardsFlush[DECK_SIZE];
short unsigned mDeckcardsSuit[DECK_SIZE];
};
#ifdef __cplusplus
}
#endif

#endif // SPECIALKEVAL_FIVEEVAL_H
6 changes: 0 additions & 6 deletions src/SevenEval.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include "Constants.h"

#ifdef __cplusplus
extern "C" {
#endif
class SevenEval {
public:
SevenEval();
Expand All @@ -42,8 +39,5 @@ class SevenEval {
short unsigned mDeckcardsSuit[DECK_SIZE];
short mFlushCheck[MAX_FLUSH_CHECK_SUM+1];
};
#ifdef __cplusplus
}
#endif

#endif // SPECIALKEVAL_SEVENEVAL_H

0 comments on commit 788576d

Please sign in to comment.