summaryrefslogblamecommitdiffstats
path: root/src/buildings/Treadable.h
blob: 6a183c6364cc018bdad3b94437e74825c3b73fa7 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                   

                                                           
 
                                                   
  
#pragma once

#include "Building.h"

class CTreadable : public CBuilding
{
public:
	static void *operator new(size_t) throw();
	static void operator delete(void*, size_t) throw();

	bool GetIsATreadable(void) { return true; }
};