Bitstream Interpretation Library (BIL)  0.1
NameSplit.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_NAMESPLIT_HPP
8 #define BIL_NAMESPLIT_HPP
9 
10 
11 namespace bil {
12 
22  bool extractPosition(const char* name, unsigned& x, unsigned& y);
23 
24 }
25 
26 #endif