Skip to content

Commit

Permalink
Update mocking.h
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent a2a26ed commit 4dfea7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/grammar/util/mocking.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef __MOCKING_H__
#define __MOCKING_H__

#include "constructs/dice_enums.h"
#include "shared_header.h"
Expand All @@ -15,3 +17,5 @@ typedef enum {
void reset_mocking();
void init_mocking(MOCK_METHOD mock_style, int starting_value);
void mocking_tick();

#endif

0 comments on commit 4dfea7f

Please sign in to comment.