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_
|
||||
#define _Application_H_
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include "SDL.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#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_
|
||||
#define _Image_H_
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <SDL2/SDL.h>
|
||||
#include "SDL.h"
|
||||
|
||||
namespace sc {
|
||||
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_
|
||||
#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_
|
||||
#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_
|
||||
#define __WINDOW_H_
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include "SDL.h"
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
Loading…
x
Reference in New Issue
Block a user