gates_of_skeldal/mapedit.cpp
2025-01-24 18:27:22 +01:00

10 lines
144 B
C++

// mapedit.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
return 0;
}