mirror of
https://github.com/jorenchik/testing-spring-2024.git
synced 2026-02-04 06:42:02 +00:00
feat: remove functionToTest
This commit is contained in:
@@ -96,7 +96,3 @@ bool isActionAllowed(const Action *action, std::vector<Event> *relevantEvents) {
|
||||
}
|
||||
return allowed;
|
||||
}
|
||||
|
||||
int functionToTest(int a) {
|
||||
return a * 2;
|
||||
}
|
||||
|
||||
@@ -6,4 +6,3 @@ bool playerBelongsToRoom(Player *player, Room *room);
|
||||
bool actionBelongsToRole(Role *role, const Action *action);
|
||||
bool isActionAllowed(const Action *action, std::vector<Event> *relevantEvents);
|
||||
int validateAction(Player *actor, const Action *action, Room *room, std::vector<Event> *relatedEvents, Player *target);
|
||||
int functionToTest(int);
|
||||
|
||||
Reference in New Issue
Block a user