mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-17 17:05:24 +00:00
added ISurface interface
This commit is contained in:
9
include/ISurface.hpp
Normal file
9
include/ISurface.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef ISURFACE_HPP
|
||||
#define ISURFACE_HPP
|
||||
|
||||
class ISurface
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
#endif // CSURFACE_HPP
|
||||
Reference in New Issue
Block a user