mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 15:39:21 +02:00
initial version ( megaglest 3.2.3-beta3 )
This commit is contained in:
7
source/shared_lib/include/platform/sdl/noimpl.h
Normal file
7
source/shared_lib/include/platform/sdl/noimpl.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _NOIMPL_H_
|
||||
#define _NOIMPL_H_
|
||||
|
||||
#define NOIMPL std::cerr << __PRETTY_FUNCTION__ << " not implemented.\n";
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user