14 lines
173 B
C
Raw Normal View History

2013-08-18 16:18:06 +09:00
//
// SDL.h
// OpenSpades
//
// Created by yvt on 7/11/13.
// Copyright (c) 2013 yvt.jp. All rights reserved.
//
#pragma once
#include <SDL.h>
#include <SDL_image.h>
2013-08-18 16:18:06 +09:00