mirror of
https://gitlab.com/klmp200/LO27.git
synced 2024-11-05 10:38:04 +00:00
Merge branch 'sli'
This commit is contained in:
commit
430fb4d2c0
@ -2,7 +2,7 @@
|
|||||||
* @Author: klmp200
|
* @Author: klmp200
|
||||||
* @Date: 2016-12-27 19:59:21
|
* @Date: 2016-12-27 19:59:21
|
||||||
* @Last Modified by: klmp200
|
* @Last Modified by: klmp200
|
||||||
* @Last Modified time: 2016-12-28 21:36:39
|
* @Last Modified time: 2016-12-28 23:26:39
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -10,7 +10,7 @@
|
|||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <pixel.h>
|
#include <pixel.h>
|
||||||
#include <matrix.h>
|
#include <matrix.h>
|
||||||
#include <cellElement.h>
|
#include <CellElement.h>
|
||||||
|
|
||||||
void SetPixel(SDL_Renderer *renderer, int x, int y, bool value){
|
void SetPixel(SDL_Renderer *renderer, int x, int y, bool value){
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define PIXEL_H_INCLUDED
|
#define PIXEL_H_INCLUDED
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <cellElement.h>
|
#include <CellElement.h>
|
||||||
#include <matrix.h>
|
#include <matrix.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user