19 lines
212 B
C++
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(){}
|
|
|
|
|
|
}
|
|
}
|
|
|