From c4bcced98488e395614a5b5210b43f9ef4212de6 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 15 Jul 2013 16:15:40 +1000 Subject: [PATCH] Rearranging files --- {client => common}/button.cpp | 0 {client => common}/button.hpp | 0 {client => common}/frame_rate.cpp | 0 {client => common}/frame_rate.hpp | 0 {client => common}/image.cpp | 0 {client => common}/image.hpp | 0 {client => common}/raster_font.cpp | 0 {client => common}/raster_font.hpp | 0 {client => common}/sprite_sheet.cpp | 0 {client => common}/sprite_sheet.hpp | 0 {client => common}/surface_manager.cpp | 0 {client => common}/surface_manager.hpp | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {client => common}/button.cpp (100%) rename {client => common}/button.hpp (100%) rename {client => common}/frame_rate.cpp (100%) rename {client => common}/frame_rate.hpp (100%) rename {client => common}/image.cpp (100%) rename {client => common}/image.hpp (100%) rename {client => common}/raster_font.cpp (100%) rename {client => common}/raster_font.hpp (100%) rename {client => common}/sprite_sheet.cpp (100%) rename {client => common}/sprite_sheet.hpp (100%) rename {client => common}/surface_manager.cpp (100%) rename {client => common}/surface_manager.hpp (100%) diff --git a/client/button.cpp b/common/button.cpp similarity index 100% rename from client/button.cpp rename to common/button.cpp diff --git a/client/button.hpp b/common/button.hpp similarity index 100% rename from client/button.hpp rename to common/button.hpp diff --git a/client/frame_rate.cpp b/common/frame_rate.cpp similarity index 100% rename from client/frame_rate.cpp rename to common/frame_rate.cpp diff --git a/client/frame_rate.hpp b/common/frame_rate.hpp similarity index 100% rename from client/frame_rate.hpp rename to common/frame_rate.hpp diff --git a/client/image.cpp b/common/image.cpp similarity index 100% rename from client/image.cpp rename to common/image.cpp diff --git a/client/image.hpp b/common/image.hpp similarity index 100% rename from client/image.hpp rename to common/image.hpp diff --git a/client/raster_font.cpp b/common/raster_font.cpp similarity index 100% rename from client/raster_font.cpp rename to common/raster_font.cpp diff --git a/client/raster_font.hpp b/common/raster_font.hpp similarity index 100% rename from client/raster_font.hpp rename to common/raster_font.hpp diff --git a/client/sprite_sheet.cpp b/common/sprite_sheet.cpp similarity index 100% rename from client/sprite_sheet.cpp rename to common/sprite_sheet.cpp diff --git a/client/sprite_sheet.hpp b/common/sprite_sheet.hpp similarity index 100% rename from client/sprite_sheet.hpp rename to common/sprite_sheet.hpp diff --git a/client/surface_manager.cpp b/common/surface_manager.cpp similarity index 100% rename from client/surface_manager.cpp rename to common/surface_manager.cpp diff --git a/client/surface_manager.hpp b/common/surface_manager.hpp similarity index 100% rename from client/surface_manager.hpp rename to common/surface_manager.hpp