Devilution
Diablo devolved - magic behind the 1996 computer game
restrict.h
Go to the documentation of this file.
1 //HEADER_GOES_HERE
2 #ifndef __RESTRICT_H__
3 #define __RESTRICT_H__
4 
5 void ReadOnlyTest();
6 
7 #endif /* __RESTRICT_H__ */
ReadOnlyTest
void ReadOnlyTest()
Definition: restrict.cpp:6