2013-08-18 16:18:06 +09:00

19 lines
212 B
C++

//
// IFont.cpp
// OpenSpades
//
// Created by yvt on 7/18/13.
// Copyright (c) 2013 yvt.jp. All rights reserved.
//
#include "IFont.h"
namespace spades {
namespace client{
IFont::~IFont(){}
}
}