Removed comment header, changed sdl2 includes
This commit is contained in:
parent
640db33807
commit
55923826d2
@ -1,15 +1,7 @@
|
|||||||
//
|
|
||||||
// Application.hpp
|
|
||||||
// libscgui
|
|
||||||
//
|
|
||||||
// Created by Bob Polis at 2020-10-23
|
|
||||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _Application_H_
|
#ifndef _Application_H_
|
||||||
#define _Application_H_
|
#define _Application_H_
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include "SDL.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
@ -1,17 +1,9 @@
|
|||||||
//
|
|
||||||
// Image.hpp
|
|
||||||
// libscgui
|
|
||||||
//
|
|
||||||
// Created by Bob Polis at 2020-10-23
|
|
||||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _Image_H_
|
#ifndef _Image_H_
|
||||||
#define _Image_H_
|
#define _Image_H_
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <SDL2/SDL.h>
|
#include "SDL.h"
|
||||||
|
|
||||||
namespace sc {
|
namespace sc {
|
||||||
namespace gui {
|
namespace gui {
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
//
|
|
||||||
// SDLImageWrapper.hpp
|
|
||||||
// gui
|
|
||||||
//
|
|
||||||
// Created by Bob Polis at 2020-10-14
|
|
||||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __SDLIMAGEWRAPPER_H_
|
#ifndef __SDLIMAGEWRAPPER_H_
|
||||||
#define __SDLIMAGEWRAPPER_H_
|
#define __SDLIMAGEWRAPPER_H_
|
||||||
|
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
//
|
|
||||||
// SDLWrapper.hpp
|
|
||||||
// gui
|
|
||||||
//
|
|
||||||
// Created by Bob Polis at 2020-10-14
|
|
||||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __SDLWRAPPER_H_
|
#ifndef __SDLWRAPPER_H_
|
||||||
#define __SDLWRAPPER_H_
|
#define __SDLWRAPPER_H_
|
||||||
|
|
||||||
|
@ -1,15 +1,7 @@
|
|||||||
//
|
|
||||||
// Window.hpp
|
|
||||||
// gui
|
|
||||||
//
|
|
||||||
// Created by Bob Polis at 2020-10-14
|
|
||||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __WINDOW_H_
|
#ifndef __WINDOW_H_
|
||||||
#define __WINDOW_H_
|
#define __WINDOW_H_
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include "SDL.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user