aseprite/src/base/mem_utils.h

15 lines
323 B
C
Raw Normal View History

// ASE base library
2012-01-06 11:52:11 +08:00
// Copyright (C) 2001-2012 David Capello
//
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
#ifndef BASE_MEM_UTILS_H_INCLUDED
#define BASE_MEM_UTILS_H_INCLUDED
#include <string>
std::string get_pretty_memory_size(size_t memsize);
#endif