Initial commit: client source
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
// 2004.07.05.myevan.궁신탄영 맵에 끼이는 문제해결
|
||||
class IBackground : public CSingleton<IBackground>
|
||||
{
|
||||
public:
|
||||
IBackground() {}
|
||||
virtual ~IBackground() {}
|
||||
|
||||
virtual bool IsBlock(int x, int y) = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user