Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DDPscore.fwd.hh
Go to the documentation of this file.
1 // (c) Copyright Rosetta Commons Member Institutions.
2 // (c) This file is part of the Rosetta software suite and is made available under license.
3 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6 
7 /// @file src/core/scoring/Interface/DDPlookup.fwd.hh
8 /// @author Hermann Zellner (hermann1.zellner@biologie.uni-regensburg.de)
9 
10 #ifndef INCLUDED_core_scoring_interface_DDPscore_fwd_hh
11 #define INCLUDED_core_scoring_interface_DDPscore_fwd_hh
12 
13 namespace core{
14 namespace scoring{
15 namespace interface{
16 
17  class DDPscore;
18 
19 } // Interface
20 } // scoring
21 } // core
22 
23 #endif /* INCLUDED_core_scoring_Interface_DDPScore_FWD_HH_ */