source:
trunk/VUT/GtpVisibilityPreprocessor/src/ExactPreprocessor.cpp
@
65
Revision 65, 156 bytes checked in by bittner, 20 years ago (diff) |
---|
Line | |
---|---|
1 | #include "ExactPreprocessor.h" |
2 | |
3 | namespace GtpVisibilityPreprocessor { |
4 | |
5 | bool |
6 | ExactPreprocessor::ComputeVisibility() |
7 | { |
8 | |
9 | return true; |
10 | }; |
11 | |
12 | }; |
13 | |
14 |
Note: See TracBrowser
for help on using the repository browser.