reformatting code according to guidelines defined at
http://wololo.net/forum/viewtopic.php?f=35&t=2235&start=10
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
#include "../include/GameOptions.h"
|
||||
#include "../include/CardEffect.h"
|
||||
|
||||
CardEffect::CardEffect(CardGui* target) : target(target)
|
||||
CardEffect::CardEffect(CardGui* target) :
|
||||
target(target)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -15,5 +16,5 @@ CardEffect::~CardEffect()
|
||||
|
||||
void CardEffect::Render()
|
||||
{
|
||||
// std::cout << "Rendering effect" << std::endl;
|
||||
// std::cout << "Rendering effect" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user