mirror of
https://github.com/love2d/megasource.git
synced 2026-08-13 17:10:59 +02:00
12 lines
124 B
C++
12 lines
124 B
C++
|
|
#include "config.h"
|
|
|
|
#include "except.h"
|
|
|
|
|
|
namespace al {
|
|
|
|
base_exception::~base_exception() = default;
|
|
|
|
} // namespace al
|