Name-spaced defines.

This commit is contained in:
Murilo Pereira
2011-06-06 01:33:49 -03:00
parent b35a3105e3
commit c3f6e16dc8
10 changed files with 20 additions and 20 deletions

View File

@@ -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"

View File

@@ -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();