Name-spaced defines.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef TEST_HELPER_H
|
||||
#define TEST_HELPER_H
|
||||
#ifndef TTY_SOLITAIRE_TEST_HELPER_H
|
||||
#define TTY_SOLITAIRE_TEST_HELPER_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../src/frame.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef TTYSOLITAIRE_TEST_H
|
||||
#define TTYSOLITAIRE_TEST_H
|
||||
#ifndef TTY_SOLITAIRE_TEST_H
|
||||
#define TTY_SOLITAIRE_TEST_H
|
||||
|
||||
void test_card();
|
||||
void test_cursor();
|
||||
|
||||
Reference in New Issue
Block a user