Changeset 1681
- Timestamp:
- Aug 29, 2008, 8:06:51 PM (16 years ago)
- Location:
- code/branches/core3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/orxonox/objects/Projectile.h
r1676 r1681 77 77 std::cout << "check superfunction \"testfunction\" in " << ClassIdentifier<T>::getIdentifier()->getName() << std::endl; 78 78 79 T* temp ;79 T* temp = 0; 80 80 SuperFunctionCondition<0, 0, T>::apply(temp); 81 81 -
code/branches/core3/visual_studio/vc8/core.vcproj
r1607 r1681 354 354 > 355 355 </File> 356 <File 357 RelativePath="..\..\src\core\Super.h" 358 > 359 </File> 356 360 <Filter 357 361 Name="input"
Note: See TracChangeset
for help on using the changeset viewer.