Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ac112958 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Small changes in libdraw.h

parent f1af30a8
No related branches found
No related tags found
1 merge request!7Cleanup
......@@ -2,7 +2,7 @@
*
* @file common.h
*
* Header file for common maccro
* Header file for common macro
*
* @copyright 2010-2017 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
......@@ -17,7 +17,6 @@
* @date 2017-04-05
*
*/
#ifndef _COMMON_H_
#define _COMMON_H_
......
......@@ -17,12 +17,12 @@
#ifndef _LIBDRAW_H_
#define _LIBDRAW_H_
#include <common.h>
#include "common.h"
BEGIN_C_DECLS
#define WIDTH 50
#define HEIGHT 50
#define SIZE 100
BEGIN_C_DECLS
#define SIZE 100
/*
* Clobal array for color
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment